#21370D

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

Shades of Pine Tree #21370D

Tints of Pine Tree #21370D

Color information

#21370D (or 0x21370D) is unknown color: approx Pine Tree. HEX triplet: 21, 37 and 0D. RGB value is (33,55,13). Sum of RGB (Red+Green+Blue) = 33+55+13=101 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.67% from 101); Green value is 55 (21.88% from 255 or 54.46% from 101); Blue value is 13 (5.47% from 255 or 12.87% from 101); Max value from RGB is 55 - color contains mainly: green. Hex color #21370D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21370D is #DEC8F2. Grayscale: #2B2B2B. Windows color (decimal): -14600435 or 866081. OLE color: 866081.

HSL color Cylindrical-coordinate representation of color #21370D: hue angle of 91.43º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21370D is Cyan = 0.4, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.78.

Color convert

RGB335513-
CMYK0.400.760.78
HSL91.43º61.76%13.33%-
HSV(B)91.43º76.36%21.57%-
XYZ2.073.080.87-
YUV43.63110.71120.42-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.67%
GREEN value IS 55 (21.88% from 255) = 54.46%
BLUE value IS 13 (5.47% from 255) = 12.87%
R=32.67%
G=54.46%
B=12.87%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3355130.400.760.7891.4361.7613.33
Hex2137D2804C4E5b3ed
Octal4167155001141161337615
Binary100001110111110110100001001100100111010110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21370D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21370D; }

 p { color: rgb(33,55,13); }

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

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

 a { background-color: rgb(33,55,13); }

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

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

 span { border-color: rgb(33,55,13); }

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