Html Css Color HEX #214002 Pine Tree

📋 copy color: '#214002'

red 33 ◦ green 64 ◦ blue 2

#214002
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Tree #214002

Tints of Pine Tree #214002

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 value IS 0.48

 M value IS 0

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#214002 (or 0x214002) is known color: 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

RGB 33 64 2 -
CMYK 0.48 0 0.97 0.75
HSL 90º 0.94% 0.13% -
HSV(B) 90º 0.97% 0.25% -
XYZ 2.47 3.99 0.7 -
YUV 47.66 102.23 117.54 -
System Red Green Blue C M Y K H S L
Decimal 33 64 2 0.48 0 0.97 0.75 90 0.94 0.13
Hex 21 40 2 30 0 61 4B 5A 5E D
Octal 41 100 2 60 0 141 113 132 136 15
Binary 100001 1000000 10 110000 0 1100001 1001011 1011010 1011110 1101

Color Harmonies of #214002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214002

Black with #214002

Text Example


Text Example

White with #214002

Text Example


Text Example

HTML Codes & Css Web 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>