Html Css Color HEX #214006 Pine Tree

📋 copy color: '#214006'

red 33 ◦ green 64 ◦ blue 6

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

Shades of Pine Tree #214006

Tints of Pine Tree #214006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 5.83%

R = 32.04%
G = 62.14%
B = 5.83%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.91

 K value IS 0.75

RGB Variations

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

Color information

#214006 (or 0x214006) is known color: Pine Tree. HEX triplet: 21, 40 and 06. RGB value is (33,64,6). Sum of RGB (Red+Green+Blue) = 33+64+6=103 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.04% from 103); Green value is 64 (25.39% from 255 or 62.14% from 103); Blue value is 6 (2.73% from 255 or 5.83% from 103); Max value from RGB is 64 - color contains mainly: green. Hex color #214006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214006 is #DEBFF9. Grayscale: #303030. Windows color (decimal): -14598138 or 409633. OLE color: 409633.

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

Color convert

RGB 33 64 6 -
CMYK 0.48 0 0.91 0.75
HSL 92.07º 0.83% 0.14% -
HSV(B) 92.07º 0.91% 0.25% -
XYZ 2.49 4 0.81 -
YUV 48.12 104.23 117.22 -
System Red Green Blue C M Y K H S L
Decimal 33 64 6 0.48 0 0.91 0.75 92.07 0.83 0.14
Hex 21 40 6 30 0 5B 4B 5C 53 E
Octal 41 100 6 60 0 133 113 134 123 16
Binary 100001 1000000 110 110000 0 1011011 1001011 1011100 1010011 1110

Color Harmonies of #214006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214006

Black with #214006

Text Example


Text Example

White with #214006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214006; }

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

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

background-color css

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

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

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

border-color css

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

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

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