#214B15

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

Shades of Myrtle #214B15

Tints of Myrtle #214B15

Color information

#214B15 (or 0x214B15) is unknown color: approx Myrtle. HEX triplet: 21, 4B and 15. RGB value is (33,75,21). Sum of RGB (Red+Green+Blue) = 33+75+21=129 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.58% from 129); Green value is 75 (29.69% from 255 or 58.14% from 129); Blue value is 21 (8.59% from 255 or 16.28% from 129); Max value from RGB is 75 - color contains mainly: green. Hex color #214B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214B15 is #DEB4EA. Grayscale: #383838. Windows color (decimal): -14595307 or 1395489. OLE color: 1395489.

HSL color Cylindrical-coordinate representation of color #214B15: hue angle of 106.67º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #214B15 is Cyan = 0.56, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.71.

Color convert

RGB337521-
CMYK0.5600.720.71
HSL106.67º56.25%18.82%-
HSV(B)106.67º72%29.41%-
XYZ3.285.411.58-
YUV56.29108.09111.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.58%
GREEN value IS 75 (29.69% from 255) = 58.14%
BLUE value IS 21 (8.59% from 255) = 16.28%
R=25.58%
G=58.14%
B=16.28%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3375210.5600.720.71106.6756.2518.82
Hex214B1538048476b3813
Octal41113257001101071537023
Binary100001100101110101111000010010001000111110101111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,75,21); }

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

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

 a { background-color: rgb(33,75,21); }

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

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

 span { border-color: rgb(33,75,21); }

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