#21390B

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

Shades of Pine Tree #21390B

Tints of Pine Tree #21390B

Color information

#21390B (or 0x21390B) is unknown color: approx Pine Tree. HEX triplet: 21, 39 and 0B. RGB value is (33,57,11). Sum of RGB (Red+Green+Blue) = 33+57+11=101 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.67% from 101); Green value is 57 (22.66% from 255 or 56.44% from 101); Blue value is 11 (4.69% from 255 or 10.89% from 101); Max value from RGB is 57 - color contains mainly: green. Hex color #21390B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21390B is #DEC6F4. Grayscale: #2C2C2C. Windows color (decimal): -14599925 or 735521. OLE color: 735521.

HSL color Cylindrical-coordinate representation of color #21390B: hue angle of 91.3º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21390B is Cyan = 0.42, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.78.

Color convert

RGB335711-
CMYK0.4200.810.78
HSL91.3º67.65%13.33%-
HSV(B)91.3º80.7%22.35%-
XYZ2.153.270.84-
YUV44.58109.05119.74-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.67%
GREEN value IS 57 (22.66% from 255) = 56.44%
BLUE value IS 11 (4.69% from 255) = 10.89%
R=32.67%
G=56.44%
B=10.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3357110.4200.810.7891.367.6513.33
Hex2139B2A0514E5b44d
Octal41711352012111613310415
Binary1000011110011011101010010100011001110101101110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21390B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21390B; }

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

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

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

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

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

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

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

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