#0A3A02

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

Shades of Myrtle #0A3A02

Tints of Myrtle #0A3A02

Color information

#0A3A02 (or 0x0A3A02) is unknown color: approx Myrtle. HEX triplet: 0A, 3A and 02. RGB value is (10,58,2). Sum of RGB (Red+Green+Blue) = 10+58+2=70 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.29% from 70); Green value is 58 (23.05% from 255 or 82.86% from 70); Blue value is 2 (1.17% from 255 or 2.86% from 70); Max value from RGB is 58 - color contains mainly: green. Hex color #0A3A02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3A02 is #F5C5FD. Grayscale: #252525. Windows color (decimal): -16107006 or 145930. OLE color: 145930.

HSL color Cylindrical-coordinate representation of color #0A3A02: hue angle of 111.43º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A3A02 is Cyan = 0.83, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.77.

Color convert

RGB10582-
CMYK0.8300.970.77
HSL111.43º93.33%11.76%-
HSV(B)111.43º96.55%22.75%-
XYZ1.653.10.57-
YUV37.26108.1108.55-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 14.29%
GREEN value IS 58 (23.05% from 255) = 82.86%
BLUE value IS 2 (1.17% from 255) = 2.86%
R=14.29%
G=82.86%
B=2.86%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal105820.8300.970.77111.4393.3311.76
HexA3A2530614D6f5dc
Octal12722123014111515713514
Binary1010111010101010011011000011001101110111110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A3A02; }

 p { color: rgb(10,58,2); }

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

<style>
 a { background-color: #0A3A02; }

 a { background-color: rgb(10,58,2); }

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

<style>
 span { border-color: #0A3A02; }

 span { border-color: rgb(10,58,2); }

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