Html Css Color HEX #214400 Pine Tree

📋 copy color: '#214400'

red 33 ◦ green 68 ◦ blue 0

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

Shades of Pine Tree #214400

Tints of Pine Tree #214400

RGB

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

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

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

R = 32.67%
G = 67.33%
B = 0%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#214400 (or 0x214400) is known color: Pine Tree. HEX triplet: 21, 44 and 00. RGB value is (33,68,0). Sum of RGB (Red+Green+Blue) = 33+68+0=101 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.67% from 101); Green value is 68 (26.95% from 255 or 67.33% from 101); Blue value is 0 (0.39% from 255 or 0% from 101); Max value from RGB is 68 - color contains mainly: green. Hex color #214400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214400 is #DEBBFF. Grayscale: #323232. Windows color (decimal): -14597120 or 17441. OLE color: 17441.

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

Color convert

RGB 33 68 0 -
CMYK 0.51 0 1 0.73
HSL 90.88º 1% 0.13% -
HSV(B) 90.88º 1% 0.27% -
XYZ 2.69 4.46 0.72 -
YUV 49.78 99.9 116.03 -
System Red Green Blue C M Y K H S L
Decimal 33 68 0 0.51 0 1 0.73 90.88 1 0.13
Hex 21 44 0 33 0 64 49 5B 64 D
Octal 41 104 0 63 0 144 111 133 144 15
Binary 100001 1000100 0 110011 0 1100100 1001001 1011011 1100100 1101

Color Harmonies of #214400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214400

Black with #214400

Text Example


Text Example

White with #214400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214400; }

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

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

background-color css

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

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

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

border-color css

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

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

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