#214002

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

Shades of Pine Tree #214002

Tints of Pine Tree #214002

Color information

#214002 (or 0x214002) is unknown color: approx Pine Tree. HEX triplet: 21, 40 and 02. RGB value is (33,64,2). Sum of RGB (Red+Green+Blue) = 33+64+2=99 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33.33% from 99); Green value is 64 (25.39% from 255 or 64.65% from 99); Blue value is 2 (1.17% from 255 or 2.02% from 99); Max value from RGB is 64 - color contains mainly: green. Hex color #214002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214002 is #DEBFFD. Grayscale: #2F2F2F. Windows color (decimal): -14598142 or 147489. OLE color: 147489.

HSL color Cylindrical-coordinate representation of color #214002: hue angle of 90º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #214002 is Cyan = 0.48, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.

Color convert

RGB33642-
CMYK0.4800.970.75
HSL90º93.94%12.94%-
HSV(B)90º96.88%25.1%-
XYZ2.473.990.7-
YUV47.66102.23117.54-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 33.33%
GREEN value IS 64 (25.39% from 255) = 64.65%
BLUE value IS 2 (1.17% from 255) = 2.02%
R=33.33%
G=64.65%
B=2.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal336420.4800.970.759093.9412.94
Hex21402300614B5a5ed
Octal41100260014111313213615
Binary100001100000010110000011000011001011101101010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214002; }

 p { color: rgb(33,64,2); }

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

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

 a { background-color: rgb(33,64,2); }

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

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

 span { border-color: rgb(33,64,2); }

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