#002C02

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

Shades of Myrtle #002C02

Tints of Myrtle #002C02

Color information

#002C02 (or 0x002C02) is unknown color: approx Myrtle. HEX triplet: 00, 2C and 02. RGB value is (0,44,2). Sum of RGB (Red+Green+Blue) = 0+44+2=46 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 46); Green value is 44 (17.58% from 255 or 95.65% from 46); Blue value is 2 (1.17% from 255 or 4.35% from 46); Max value from RGB is 44 - color contains mainly: green. Hex color #002C02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002C02 is #FFD3FD. Grayscale: #1A1A1A. Windows color (decimal): -16765950 or 142336. OLE color: 142336.

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

Color convert

RGB0442-
CMYK100.950.83
HSL122.73º100%8.63%-
HSV(B)122.73º100%17.25%-
XYZ0.911.810.36-
YUV26.06114.42109.42-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 44 (17.58% from 255) = 95.65%
BLUE value IS 2 (1.17% from 255) = 4.35%
R=0%
G=95.65%
B=4.35%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal0442100.950.83122.731008.63
Hex02C26405F537b649
Octal0542144013712317314411
Binary0101100101100100010111111010011111101111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002C02; }

 p { color: rgb(0,44,2); }

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

<style>
 a { background-color: #002C02; }

 a { background-color: rgb(0,44,2); }

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

<style>
 span { border-color: #002C02; }

 span { border-color: rgb(0,44,2); }

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