#214A25

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

Shades of Myrtle #214A25

Tints of Myrtle #214A25

Color information

#214A25 (or 0x214A25) is unknown color: approx Myrtle. HEX triplet: 21, 4A and 25. RGB value is (33,74,37). Sum of RGB (Red+Green+Blue) = 33+74+37=144 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.92% from 144); Green value is 74 (29.30% from 255 or 51.39% from 144); Blue value is 37 (14.84% from 255 or 25.69% from 144); Max value from RGB is 74 - color contains mainly: green. Hex color #214A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214A25 is #DEB5DA. Grayscale: #393939. Windows color (decimal): -14595547 or 2443809. OLE color: 2443809.

HSL color Cylindrical-coordinate representation of color #214A25: hue angle of 125.85º 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 #214A25 is Cyan = 0.55, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.71.

Color convert

RGB337437-
CMYK0.5500.500.71
HSL125.85º38.32%20.98%-
HSV(B)125.85º55.41%29.02%-
XYZ3.415.352.6-
YUV57.52116.42110.51-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.92%
GREEN value IS 74 (29.30% from 255) = 51.39%
BLUE value IS 37 (14.84% from 255) = 25.69%
R=22.92%
G=51.39%
B=25.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3374370.5500.500.71125.8538.3220.98
Hex214A2537032477e2615
Octal4111245670621071764625
Binary100001100101010010111011101100101000111111111010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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