Html Css Color HEX #214004 Pine Tree

📋 copy color: '#214004'

red 33 ◦ green 64 ◦ blue 4

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

Shades of Pine Tree #214004

Tints of Pine Tree #214004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.96%

R = 32.67%
G = 63.37%
B = 3.96%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#214004 (or 0x214004) is known color: Pine Tree. HEX triplet: 21, 40 and 04. RGB value is (33,64,4). Sum of RGB (Red+Green+Blue) = 33+64+4=101 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.67% from 101); Green value is 64 (25.39% from 255 or 63.37% from 101); Blue value is 4 (1.95% from 255 or 3.96% from 101); Max value from RGB is 64 - color contains mainly: green. Hex color #214004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214004 is #DEBFFB. Grayscale: #303030. Windows color (decimal): -14598140 or 278561. OLE color: 278561.

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

Color convert

RGB 33 64 4 -
CMYK 0.48 0 0.94 0.75
HSL 91º 0.88% 0.13% -
HSV(B) 91º 0.94% 0.25% -
XYZ 2.48 4 0.76 -
YUV 47.89 103.23 117.38 -
System Red Green Blue C M Y K H S L
Decimal 33 64 4 0.48 0 0.94 0.75 91 0.88 0.13
Hex 21 40 4 30 0 5E 4B 5B 58 D
Octal 41 100 4 60 0 136 113 133 130 15
Binary 100001 1000000 100 110000 0 1011110 1001011 1011011 1011000 1101

Color Harmonies of #214004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214004

Black with #214004

Text Example


Text Example

White with #214004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214004; }

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

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

background-color css

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

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

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

border-color css

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

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

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