#213808

Color #213808 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #213808

Tints of Pine Tree #213808

Color information

#213808 (or 0x213808) is unknown color: approx Pine Tree. HEX triplet: 21, 38 and 08. RGB value is (33,56,8). Sum of RGB (Red+Green+Blue) = 33+56+8=97 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.02% from 97); Green value is 56 (22.27% from 255 or 57.73% from 97); Blue value is 8 (3.52% from 255 or 8.25% from 97); Max value from RGB is 56 - color contains mainly: green. Hex color #213808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213808 is #DEC7F7. Grayscale: #2B2B2B. Windows color (decimal): -14600184 or 538657. OLE color: 538657.

HSL color Cylindrical-coordinate representation of color #213808: hue angle of 88.75º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #213808 is Cyan = 0.41, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.78.

Color convert

RGB33568-
CMYK0.4100.860.78
HSL88.75º75%12.55%-
HSV(B)88.75º85.71%21.96%-
XYZ2.093.170.73-
YUV43.65107.88120.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 34.02%
GREEN value IS 56 (22.27% from 255) = 57.73%
BLUE value IS 8 (3.52% from 255) = 8.25%
R=34.02%
G=57.73%
B=8.25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal335680.4100.860.7888.757512.55
Hex21388290564E594bd
Octal41701051012611613111315
Binary1000011110001000101001010101101001110101100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213808; }

 p { color: rgb(33,56,8); }

 H1.HeaderClassName
 {
   color: #213808;
 }
 .AnyTagClassName
 {
   color: #213808;
 }
</style>
background-color css

<style>
 a { background-color: #213808; }

 a { background-color: rgb(33,56,8); }

 div.DivClassName
 {
   background-color: #213808;
 }
 .BgClassName
 {
   background-color: #213808;
 }
</style>
border-color css

<style>
 span { border-color: #213808; }

 span { border-color: rgb(33,56,8); }

 td.TdClassName
 {
   border-color: #213808;
 }
 .TagClassName
 {
   border-color: #213808;
 }
</style>