#0C3002

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

Shades of Myrtle #0C3002

Tints of Myrtle #0C3002

Color information

#0C3002 (or 0x0C3002) is unknown color: approx Myrtle. HEX triplet: 0C, 30 and 02. RGB value is (12,48,2). Sum of RGB (Red+Green+Blue) = 12+48+2=62 (8% of max value = 765). Red value is 12 (5.08% from 255 or 19.35% from 62); Green value is 48 (19.14% from 255 or 77.42% from 62); Blue value is 2 (1.17% from 255 or 3.23% from 62); Max value from RGB is 48 - color contains mainly: green. Hex color #0C3002 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3002 is #F3CFFD. Grayscale: #202020. Windows color (decimal): -15978494 or 143372. OLE color: 143372.

HSL color Cylindrical-coordinate representation of color #0C3002: hue angle of 106.96º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0C3002 is Cyan = 0.75, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.81.

Color convert

RGB12482-
CMYK0.7500.960.81
HSL106.96º92%9.8%-
HSV(B)106.96º95.83%18.82%-
XYZ1.222.20.42-
YUV31.99111.07113.74-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 19.35%
GREEN value IS 48 (19.14% from 255) = 77.42%
BLUE value IS 2 (1.17% from 255) = 3.23%
R=19.35%
G=77.42%
B=3.23%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal124820.7500.960.81106.96929.8
HexC3024B060516b5ca
Octal14602113014012115313412
Binary1100110000101001011011000001010001110101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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