#214E22

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

Shades of Myrtle #214E22

Tints of Myrtle #214E22

Color information

#214E22 (or 0x214E22) is unknown color: approx Myrtle. HEX triplet: 21, 4E and 22. RGB value is (33,78,34). Sum of RGB (Red+Green+Blue) = 33+78+34=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 78 (30.86% from 255 or 53.79% from 145); Blue value is 34 (13.67% from 255 or 23.45% from 145); Max value from RGB is 78 - color contains mainly: green. Hex color #214E22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #214E22 is #DEB1DD. Grayscale: #3B3B3B. Windows color (decimal): -14594526 or 2248225. OLE color: 2248225.

HSL color Cylindrical-coordinate representation of color #214E22: hue angle of 121.33º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #214E22 is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB337834-
CMYK0.5800.560.69
HSL121.33º40.54%21.76%-
HSV(B)121.33º57.69%30.59%-
XYZ3.645.892.46-
YUV59.53113.59109.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.76%
GREEN value IS 78 (30.86% from 255) = 53.79%
BLUE value IS 34 (13.67% from 255) = 23.45%
R=22.76%
G=53.79%
B=23.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3378340.5800.560.69121.3340.5421.76
Hex214E223A03845792916
Octal4111642720701051715126
Binary100001100111010001011101001110001000101111100110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214E22; }

 p { color: rgb(33,78,34); }

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

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

 a { background-color: rgb(33,78,34); }

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

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

 span { border-color: rgb(33,78,34); }

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