#024B0C

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

Shades of Myrtle #024B0C

Tints of Myrtle #024B0C

Color information

#024B0C (or 0x024B0C) is unknown color: approx Myrtle. HEX triplet: 02, 4B and 0C. RGB value is (2,75,12). Sum of RGB (Red+Green+Blue) = 2+75+12=89 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.25% from 89); Green value is 75 (29.69% from 255 or 84.27% from 89); Blue value is 12 (5.08% from 255 or 13.48% from 89); Max value from RGB is 75 - color contains mainly: green. Hex color #024B0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024B0C is #FDB4F3. Grayscale: #2E2E2E. Windows color (decimal): -16626932 or 805634. OLE color: 805634.

HSL color Cylindrical-coordinate representation of color #024B0C: hue angle of 128.22º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024B0C is Cyan = 0.97, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB27512-
CMYK0.9700.840.71
HSL128.22º94.81%15.1%-
HSV(B)128.22º97.33%29.41%-
XYZ2.615.071.19-
YUV45.99108.8296.62-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.25%
GREEN value IS 75 (29.69% from 255) = 84.27%
BLUE value IS 12 (5.08% from 255) = 13.48%
R=2.25%
G=84.27%
B=13.48%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal275120.9700.840.71128.2294.8115.1
Hex24BC6105447805ff
Octal211314141012410720013717
Binary101001011110011000010101010010001111000000010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024B0C; }

 p { color: rgb(2,75,12); }

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

<style>
 a { background-color: #024B0C; }

 a { background-color: rgb(2,75,12); }

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

<style>
 span { border-color: #024B0C; }

 span { border-color: rgb(2,75,12); }

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