#0C3C02

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

Shades of Myrtle #0C3C02

Tints of Myrtle #0C3C02

Color information

#0C3C02 (or 0x0C3C02) is unknown color: approx Myrtle. HEX triplet: 0C, 3C and 02. RGB value is (12,60,2). Sum of RGB (Red+Green+Blue) = 12+60+2=74 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.22% from 74); Green value is 60 (23.83% from 255 or 81.08% from 74); Blue value is 2 (1.17% from 255 or 2.70% from 74); Max value from RGB is 60 - color contains mainly: green. Hex color #0C3C02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3C02 is #F3C3FD. Grayscale: #272727. Windows color (decimal): -15975422 or 146444. OLE color: 146444.

HSL color Cylindrical-coordinate representation of color #0C3C02: hue angle of 109.66º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C3C02 is Cyan = 0.80, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.76.

Color convert

RGB12602-
CMYK0.8000.970.76
HSL109.66º93.55%12.16%-
HSV(B)109.66º96.67%23.53%-
XYZ1.783.310.6-
YUV39.04107.1108.72-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 16.22%
GREEN value IS 60 (23.83% from 255) = 81.08%
BLUE value IS 2 (1.17% from 255) = 2.70%
R=16.22%
G=81.08%
B=2.70%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal126020.8000.970.76109.6693.5512.16
HexC3C2500614C6e5ec
Octal14742120014111415613614
Binary1100111100101010000011000011001100110111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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