#214C26

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

Shades of Myrtle #214C26

Tints of Myrtle #214C26

Color information

#214C26 (or 0x214C26) is unknown color: approx Myrtle. HEX triplet: 21, 4C and 26. RGB value is (33,76,38). Sum of RGB (Red+Green+Blue) = 33+76+38=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 76 (30.08% from 255 or 51.70% from 147); Blue value is 38 (15.23% from 255 or 25.85% from 147); Max value from RGB is 76 - color contains mainly: green. Hex color #214C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214C26 is #DEB3D9. Grayscale: #3A3A3A. Windows color (decimal): -14595034 or 2509857. OLE color: 2509857.

HSL color Cylindrical-coordinate representation of color #214C26: hue angle of 126.98º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #214C26 is Cyan = 0.57, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.70.

Color convert

RGB337638-
CMYK0.5700.50.70
HSL126.98º39.45%21.37%-
HSV(B)126.98º56.58%29.8%-
XYZ3.565.632.73-
YUV58.81116.25109.59-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.45%
GREEN value IS 76 (30.08% from 255) = 51.70%
BLUE value IS 38 (15.23% from 255) = 25.85%
R=22.45%
G=51.70%
B=25.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3376380.5700.50.70126.9839.4521.37
Hex214C2639032467f2715
Octal4111446710621061774725
Binary100001100110010011011100101100101000110111111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,76,38); }

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

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

 a { background-color: rgb(33,76,38); }

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

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

 span { border-color: rgb(33,76,38); }

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