#213908

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

Shades of Pine Tree #213908

Tints of Pine Tree #213908

Color information

#213908 (or 0x213908) is unknown color: approx Pine Tree. HEX triplet: 21, 39 and 08. RGB value is (33,57,8). Sum of RGB (Red+Green+Blue) = 33+57+8=98 (12% of max value = 765). Red value is 33 (13.28% from 255 or 33.67% from 98); Green value is 57 (22.66% from 255 or 58.16% from 98); Blue value is 8 (3.52% from 255 or 8.16% from 98); Max value from RGB is 57 - color contains mainly: green. Hex color #213908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213908 is #DEC6F7. Grayscale: #2C2C2C. Windows color (decimal): -14599928 or 538913. OLE color: 538913.

HSL color Cylindrical-coordinate representation of color #213908: hue angle of 89.39º 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 #213908 is Cyan = 0.42, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.78.

Color convert

RGB33578-
CMYK0.4200.860.78
HSL89.39º75.38%12.75%-
HSV(B)89.39º85.96%22.35%-
XYZ2.133.270.75-
YUV44.24107.55119.98-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 33.67%
GREEN value IS 57 (22.66% from 255) = 58.16%
BLUE value IS 8 (3.52% from 255) = 8.16%
R=33.67%
G=58.16%
B=8.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal335780.4200.860.7889.3975.3812.75
Hex213982A0564E594bd
Octal41711052012611613111315
Binary1000011110011000101010010101101001110101100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213908; }

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

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

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

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

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

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

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

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