#022C02

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

Shades of Myrtle #022C02

Tints of Myrtle #022C02

Color information

#022C02 (or 0x022C02) is unknown color: approx Myrtle. HEX triplet: 02, 2C and 02. RGB value is (2,44,2). Sum of RGB (Red+Green+Blue) = 2+44+2=48 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.17% from 48); Green value is 44 (17.58% from 255 or 91.67% from 48); Blue value is 2 (1.17% from 255 or 4.17% from 48); Max value from RGB is 44 - color contains mainly: green. Hex color #022C02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022C02 is #FDD3FD. Grayscale: #1A1A1A. Windows color (decimal): -16634878 or 142338. OLE color: 142338.

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

Color convert

RGB2442-
CMYK0.9500.950.83
HSL120º91.3%9.02%-
HSV(B)120º95.45%17.25%-
XYZ0.941.820.36-
YUV26.65114.09110.42-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.17%
GREEN value IS 44 (17.58% from 255) = 91.67%
BLUE value IS 2 (1.17% from 255) = 4.17%
R=4.17%
G=91.67%
B=4.17%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal24420.9500.950.8312091.39.02
Hex22C25F05F53785b9
Octal2542137013712317013311
Binary10101100101011111010111111010011111100010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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