#214A27

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

Shades of Myrtle #214A27

Tints of Myrtle #214A27

Color information

#214A27 (or 0x214A27) is unknown color: approx Myrtle. HEX triplet: 21, 4A and 27. RGB value is (33,74,39). Sum of RGB (Red+Green+Blue) = 33+74+39=146 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.60% from 146); Green value is 74 (29.30% from 255 or 50.68% from 146); Blue value is 39 (15.62% from 255 or 26.71% from 146); Max value from RGB is 74 - color contains mainly: green. Hex color #214A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214A27 is #DEB5D8. Grayscale: #393939. Windows color (decimal): -14595545 or 2574881. OLE color: 2574881.

HSL color Cylindrical-coordinate representation of color #214A27: hue angle of 128.78º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #214A27 is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.

Color convert

RGB337439-
CMYK0.5500.470.71
HSL128.78º38.32%20.98%-
HSV(B)128.78º55.41%29.02%-
XYZ3.445.372.77-
YUV57.75117.42110.35-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.60%
GREEN value IS 74 (29.30% from 255) = 50.68%
BLUE value IS 39 (15.62% from 255) = 26.71%
R=22.60%
G=50.68%
B=26.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3374390.5500.470.71128.7838.3220.98
Hex214A273702F47812615
Octal4111247670571072014625
Binary1000011001010100111110111010111110001111000000110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,74,39); }

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

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

 a { background-color: rgb(33,74,39); }

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

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

 span { border-color: rgb(33,74,39); }

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