Html Css Color HEX #214402 Pine Tree

📋 copy color: '#214402'

red 33 ◦ green 68 ◦ blue 2

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

Shades of Pine Tree #214402

Tints of Pine Tree #214402

RGB

 RED value IS 33 (13.28% from 255) = 32.04%

 GREEN value IS 68 (26.95% from 255) = 66.02%

 BLUE value IS 2 (1.17% from 255) = 1.94%

R = 32.04%
G = 66.02%
B = 1.94%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#214402 (or 0x214402) is known color: Pine Tree. HEX triplet: 21, 44 and 02. RGB value is (33,68,2). Sum of RGB (Red+Green+Blue) = 33+68+2=103 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.04% from 103); Green value is 68 (26.95% from 255 or 66.02% from 103); Blue value is 2 (1.17% from 255 or 1.94% from 103); Max value from RGB is 68 - color contains mainly: green. Hex color #214402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214402 is #DEBBFD. Grayscale: #323232. Windows color (decimal): -14597118 or 148513. OLE color: 148513.

HSL color Cylindrical-coordinate representation of color #214402: hue angle of 91.82º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #214402 is Cyan = 0.51, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB 33 68 2 -
CMYK 0.51 0 0.97 0.73
HSL 91.82º 0.94% 0.14% -
HSV(B) 91.82º 0.97% 0.27% -
XYZ 2.71 4.46 0.78 -
YUV 50.01 100.9 115.87 -
System Red Green Blue C M Y K H S L
Decimal 33 68 2 0.51 0 0.97 0.73 91.82 0.94 0.14
Hex 21 44 2 33 0 61 49 5C 5E E
Octal 41 104 2 63 0 141 111 134 136 16
Binary 100001 1000100 10 110011 0 1100001 1001001 1011100 1011110 1110

Color Harmonies of #214402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214402

Black with #214402

Text Example


Text Example

White with #214402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214402; }

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

 H1.HeaderClassName
 {
   color: #214402;
 }
 .AnyTagClassName
 {
   color: #214402;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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