#212C05

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

Shades of Pine Tree #212C05

Tints of Pine Tree #212C05

Color information

#212C05 (or 0x212C05) is unknown color: approx Pine Tree. HEX triplet: 21, 2C and 05. RGB value is (33,44,5). Sum of RGB (Red+Green+Blue) = 33+44+5=82 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.24% from 82); Green value is 44 (17.58% from 255 or 53.66% from 82); Blue value is 5 (2.34% from 255 or 6.10% from 82); Max value from RGB is 44 - color contains mainly: green. Hex color #212C05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212C05 is #DED3FA. Grayscale: #242424. Windows color (decimal): -14603259 or 338977. OLE color: 338977.

HSL color Cylindrical-coordinate representation of color #212C05: hue angle of 76.92º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #212C05 is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.83.

Color convert

RGB33445-
CMYK0.2500.890.83
HSL76.92º79.59%9.61%-
HSV(B)76.92º88.64%17.25%-
XYZ1.562.140.47-
YUV36.26110.36125.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 40.24%
GREEN value IS 44 (17.58% from 255) = 53.66%
BLUE value IS 5 (2.34% from 255) = 6.10%
R=40.24%
G=53.66%
B=6.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal334450.2500.890.8376.9279.599.61
Hex212C519059534d50a
Octal4154531013112311512012
Binary10000110110010111001010110011010011100110110100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,44,5); }

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

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

 a { background-color: rgb(33,44,5); }

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

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

 span { border-color: rgb(33,44,5); }

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