#0A2902

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

Shades of Myrtle #0A2902

Tints of Myrtle #0A2902

Color information

#0A2902 (or 0x0A2902) is unknown color: approx Myrtle. HEX triplet: 0A, 29 and 02. RGB value is (10,41,2). Sum of RGB (Red+Green+Blue) = 10+41+2=53 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.87% from 53); Green value is 41 (16.41% from 255 or 77.36% from 53); Blue value is 2 (1.17% from 255 or 3.77% from 53); Max value from RGB is 41 - color contains mainly: green. Hex color #0A2902 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2902 is #F5D6FD. Grayscale: #1B1B1B. Windows color (decimal): -16111358 or 141578. OLE color: 141578.

HSL color Cylindrical-coordinate representation of color #0A2902: hue angle of 107.69º degrees, saturation: 0.91, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A2902 is Cyan = 0.76, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.84.

Color convert

RGB10412-
CMYK0.7600.950.84
HSL107.69º90.7%8.43%-
HSV(B)107.69º95.12%16.08%-
XYZ0.931.650.33-
YUV27.28113.73115.67-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 18.87%
GREEN value IS 41 (16.41% from 255) = 77.36%
BLUE value IS 2 (1.17% from 255) = 3.77%
R=18.87%
G=77.36%
B=3.77%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal104120.7600.950.84107.6990.78.43
HexA2924C05F546c5b8
Octal12512114013712415413310
Binary1010101001101001100010111111010100110110010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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