#212D10

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

Shades of Pine Tree #212D10

Tints of Pine Tree #212D10

Color information

#212D10 (or 0x212D10) is unknown color: approx Pine Tree. HEX triplet: 21, 2D and 10. RGB value is (33,45,16). Sum of RGB (Red+Green+Blue) = 33+45+16=94 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.11% from 94); Green value is 45 (17.97% from 255 or 47.87% from 94); Blue value is 16 (6.64% from 255 or 17.02% from 94); Max value from RGB is 45 - color contains mainly: green. Hex color #212D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212D10 is #DED2EF. Grayscale: #262626. Windows color (decimal): -14602992 or 1060129. OLE color: 1060129.

HSL color Cylindrical-coordinate representation of color #212D10: hue angle of 84.83º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #212D10 is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.82.

Color convert

RGB334516-
CMYK0.2700.640.82
HSL84.83º47.54%11.96%-
HSV(B)84.83º64.44%17.65%-
XYZ1.662.240.83-
YUV38.11115.52124.36-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 35.11%
GREEN value IS 45 (17.97% from 255) = 47.87%
BLUE value IS 16 (6.64% from 255) = 17.02%
R=35.11%
G=47.87%
B=17.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3345160.2700.640.8284.8347.5411.96
Hex212D101B040525530c
Octal4155203301001221256014
Binary100001101101100001101101000000101001010101011100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212D10; }

 p { color: rgb(33,45,16); }

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

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

 a { background-color: rgb(33,45,16); }

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

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

 span { border-color: rgb(33,45,16); }

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