Html Css Color HEX #214200 Pine Tree

📋 copy color: '#214200'

red 33 ◦ green 66 ◦ blue 0

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

Shades of Pine Tree #214200

Tints of Pine Tree #214200

RGB

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

 GREEN value IS 66 (26.17% from 255) = 66.67%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 33.33%
G = 66.67%
B = 0%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#214200 (or 0x214200) is known color: Pine Tree. HEX triplet: 21, 42 and 00. RGB value is (33,66,0). Sum of RGB (Red+Green+Blue) = 33+66+0=99 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33.33% from 99); Green value is 66 (26.17% from 255 or 66.67% from 99); Blue value is 0 (0.39% from 255 or 0% from 99); Max value from RGB is 66 - color contains mainly: green. Hex color #214200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214200 is #DEBDFF. Grayscale: #303030. Windows color (decimal): -14597632 or 16929. OLE color: 16929.

HSL color Cylindrical-coordinate representation of color #214200: hue angle of 90º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #214200 is Cyan = 0.5, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.74.

Color convert

RGB 33 66 0 -
CMYK 0.5 0 1 0.74
HSL 90º 1% 0.13% -
HSV(B) 90º 1% 0.26% -
XYZ 2.58 4.22 0.68 -
YUV 48.61 100.57 116.87 -
System Red Green Blue C M Y K H S L
Decimal 33 66 0 0.5 0 1 0.74 90 1 0.13
Hex 21 42 0 32 0 64 4A 5A 64 D
Octal 41 102 0 62 0 144 112 132 144 15
Binary 100001 1000010 0 110010 0 1100100 1001010 1011010 1100100 1101

Color Harmonies of #214200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214200

Black with #214200

Text Example


Text Example

White with #214200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214200; }

 p { color: rgb(33,66,0); }

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

background-color css

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

 a { background-color: rgb(33,66,0); }

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

border-color css

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

 span { border-color: rgb(33,66,0); }

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