#212F03

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

Shades of Pine Tree #212F03

Tints of Pine Tree #212F03

Color information

#212F03 (or 0x212F03) is unknown color: approx Pine Tree. HEX triplet: 21, 2F and 03. RGB value is (33,47,3). Sum of RGB (Red+Green+Blue) = 33+47+3=83 (10% of max value = 765). Red value is 33 (13.28% from 255 or 39.76% from 83); Green value is 47 (18.75% from 255 or 56.63% from 83); Blue value is 3 (1.56% from 255 or 3.61% from 83); Max value from RGB is 47 - color contains mainly: green. Hex color #212F03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212F03 is #DED0FC. Grayscale: #252525. Windows color (decimal): -14602493 or 208673. OLE color: 208673.

HSL color Cylindrical-coordinate representation of color #212F03: hue angle of 79.09º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #212F03 is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.82.

Color convert

RGB33473-
CMYK0.3000.940.82
HSL79.09º88%9.8%-
HSV(B)79.09º93.62%18.43%-
XYZ1.662.360.45-
YUV37.8108.36124.58-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 39.76%
GREEN value IS 47 (18.75% from 255) = 56.63%
BLUE value IS 3 (1.56% from 255) = 3.61%
R=39.76%
G=56.63%
B=3.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal334730.3000.940.8279.09889.8
Hex212F31E05E524f58a
Octal4157336013612211713012
Binary1000011011111111110010111101010010100111110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,47,3); }

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

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

 a { background-color: rgb(33,47,3); }

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

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

 span { border-color: rgb(33,47,3); }

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