Html Css Color HEX #214005 Pine Tree

📋 copy color: '#214005'

red 33 ◦ green 64 ◦ blue 5

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

Shades of Pine Tree #214005

Tints of Pine Tree #214005

RGB

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

 GREEN value IS 64 (25.39% from 255) = 62.75%

 BLUE value IS 5 (2.34% from 255) = 4.9%

R = 32.35%
G = 62.75%
B = 4.9%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#214005 (or 0x214005) is known color: Pine Tree. HEX triplet: 21, 40 and 05. RGB value is (33,64,5). Sum of RGB (Red+Green+Blue) = 33+64+5=102 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.35% from 102); Green value is 64 (25.39% from 255 or 62.75% from 102); Blue value is 5 (2.34% from 255 or 4.90% from 102); Max value from RGB is 64 - color contains mainly: green. Hex color #214005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214005 is #DEBFFA. Grayscale: #303030. Windows color (decimal): -14598139 or 344097. OLE color: 344097.

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

Color convert

RGB 33 64 5 -
CMYK 0.48 0 0.92 0.75
HSL 91.53º 0.86% 0.14% -
HSV(B) 91.53º 0.92% 0.25% -
XYZ 2.49 4 0.78 -
YUV 48.01 103.73 117.3 -
System Red Green Blue C M Y K H S L
Decimal 33 64 5 0.48 0 0.92 0.75 91.53 0.86 0.14
Hex 21 40 5 30 0 5C 4B 5C 56 E
Octal 41 100 5 60 0 134 113 134 126 16
Binary 100001 1000000 101 110000 0 1011100 1001011 1011100 1010110 1110

Color Harmonies of #214005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214005

Black with #214005

Text Example


Text Example

White with #214005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214005; }

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

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

background-color css

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

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

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

border-color css

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

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

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