#214800

Color #214800 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #214800

Tints of Myrtle #214800

Color information

#214800 (or 0x214800) is unknown color: approx Myrtle. HEX triplet: 21, 48 and 00. RGB value is (33,72,0). Sum of RGB (Red+Green+Blue) = 33+72+0=105 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.43% from 105); Green value is 72 (28.52% from 255 or 68.57% from 105); Blue value is 0 (0.39% from 255 or 0% from 105); Max value from RGB is 72 - color contains mainly: green. Hex color #214800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214800 is #DEB7FF. Grayscale: #343434. Windows color (decimal): -14596096 or 18465. OLE color: 18465.

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

Color convert

RGB33720-
CMYK0.54010.72
HSL92.5º100%14.12%-
HSV(B)92.5º100%28.24%-
XYZ2.944.960.8-
YUV52.1398.58114.35-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 31.43%
GREEN value IS 72 (28.52% from 255) = 68.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=31.43%
G=68.57%
B=0%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal337200.54010.7292.510014.12
Hex2148036064485c64e
Octal41110066014411013414416
Binary10000110010000110110011001001001000101110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214800; }

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

 H1.HeaderClassName
 {
   color: #214800;
 }
 .AnyTagClassName
 {
   color: #214800;
 }
</style>
background-color css

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

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

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

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

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

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