Html Css Color HEX #214404 Pine Tree

📋 copy color: '#214404'

red 33 ◦ green 68 ◦ blue 4

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

Shades of Pine Tree #214404

Tints of Pine Tree #214404

RGB

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

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

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

R = 31.43%
G = 64.76%
B = 3.81%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.94

 K value IS 0.73

RGB Variations

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

Color information

#214404 (or 0x214404) is known color: Pine Tree. HEX triplet: 21, 44 and 04. RGB value is (33,68,4). Sum of RGB (Red+Green+Blue) = 33+68+4=105 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.43% from 105); Green value is 68 (26.95% from 255 or 64.76% from 105); Blue value is 4 (1.95% from 255 or 3.81% from 105); Max value from RGB is 68 - color contains mainly: green. Hex color #214404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214404 is #DEBBFB. Grayscale: #323232. Windows color (decimal): -14597116 or 279585. OLE color: 279585.

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

Color convert

RGB 33 68 4 -
CMYK 0.51 0 0.94 0.73
HSL 92.81º 0.89% 0.14% -
HSV(B) 92.81º 0.94% 0.27% -
XYZ 2.72 4.47 0.83 -
YUV 50.24 101.9 115.7 -
System Red Green Blue C M Y K H S L
Decimal 33 68 4 0.51 0 0.94 0.73 92.81 0.89 0.14
Hex 21 44 4 33 0 5E 49 5D 59 E
Octal 41 104 4 63 0 136 111 135 131 16
Binary 100001 1000100 100 110011 0 1011110 1001001 1011101 1011001 1110

Color Harmonies of #214404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214404

Black with #214404

Text Example


Text Example

White with #214404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214404; }

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

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

background-color css

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

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

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

border-color css

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

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

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