Html Css Color HEX #214600 Pine Tree

📋 copy color: '#214600'

red 33 ◦ green 70 ◦ blue 0

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

Shades of Pine Tree #214600

Tints of Pine Tree #214600

RGB

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

 GREEN value IS 70 (27.73% from 255) = 67.96%

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

R = 32.04%
G = 67.96%
B = 0%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#214600 (or 0x214600) is known color: Pine Tree. HEX triplet: 21, 46 and 00. RGB value is (33,70,0). Sum of RGB (Red+Green+Blue) = 33+70+0=103 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.04% from 103); Green value is 70 (27.73% from 255 or 67.96% from 103); Blue value is 0 (0.39% from 255 or 0% from 103); Max value from RGB is 70 - color contains mainly: green. Hex color #214600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214600 is #DEB9FF. Grayscale: #333333. Windows color (decimal): -14596608 or 17953. OLE color: 17953.

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

Color convert

RGB 33 70 0 -
CMYK 0.53 0 1 0.73
HSL 91.71º 1% 0.14% -
HSV(B) 91.71º 1% 0.27% -
XYZ 2.82 4.7 0.76 -
YUV 50.96 99.24 115.19 -
System Red Green Blue C M Y K H S L
Decimal 33 70 0 0.53 0 1 0.73 91.71 1 0.14
Hex 21 46 0 35 0 64 49 5C 64 E
Octal 41 106 0 65 0 144 111 134 144 16
Binary 100001 1000110 0 110101 0 1100100 1001001 1011100 1100100 1110

Color Harmonies of #214600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214600

Black with #214600

Text Example


Text Example

White with #214600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214600; }

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

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

background-color css

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

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

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

border-color css

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

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

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