#0C2B01

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

Shades of Myrtle #0C2B01

Tints of Myrtle #0C2B01

Color information

#0C2B01 (or 0x0C2B01) is unknown color: approx Myrtle. HEX triplet: 0C, 2B and 01. RGB value is (12,43,1). Sum of RGB (Red+Green+Blue) = 12+43+1=56 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.43% from 56); Green value is 43 (17.19% from 255 or 76.79% from 56); Blue value is 1 (0.78% from 255 or 1.79% from 56); Max value from RGB is 43 - color contains mainly: green. Hex color #0C2B01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2B01 is #F3D4FE. Grayscale: #1D1D1D. Windows color (decimal): -15979775 or 76556. OLE color: 76556.

HSL color Cylindrical-coordinate representation of color #0C2B01: hue angle of 104.29º degrees, saturation: 0.95, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0C2B01 is Cyan = 0.72, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.83.

Color convert

RGB12431-
CMYK0.7200.980.83
HSL104.29º95.45%8.63%-
HSV(B)104.29º97.67%16.86%-
XYZ1.021.810.32-
YUV28.94112.23115.92-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 21.43%
GREEN value IS 43 (17.19% from 255) = 76.79%
BLUE value IS 1 (0.78% from 255) = 1.79%
R=21.43%
G=76.79%
B=1.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal124310.7200.980.83104.2995.458.63
HexC2B14806253685f9
Octal14531110014212315013711
Binary110010101111001000011000101010011110100010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,43,1); }

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

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

 a { background-color: rgb(12,43,1); }

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

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

 span { border-color: rgb(12,43,1); }

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