#02C127

Color #02C127 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #02C127

Tints of Dark Pastel Green #02C127

Color information

#02C127 (or 0x02C127) is unknown color: approx Dark Pastel Green. HEX triplet: 02, C1 and 27. RGB value is (2,193,39). Sum of RGB (Red+Green+Blue) = 2+193+39=234 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 234); Green value is 193 (75.78% from 255 or 82.48% from 234); Blue value is 39 (15.62% from 255 or 16.67% from 234); Max value from RGB is 193 - color contains mainly: green. Hex color #02C127 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C127 is #FD3ED8. Grayscale: #767676. Windows color (decimal): -16596697 or 2605314. OLE color: 2605314.

HSL color Cylindrical-coordinate representation of color #02C127: hue angle of 131.62º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C127 is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB219339-
CMYK0.9900.800.24
HSL131.62º97.95%38.24%-
HSV(B)131.62º98.96%75.69%-
XYZ19.4638.38.29-
YUV118.3483.2245.02-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.85%
GREEN value IS 193 (75.78% from 255) = 82.48%
BLUE value IS 39 (15.62% from 255) = 16.67%
R=0.85%
G=82.48%
B=16.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal2193390.9900.800.24131.6297.9538.24
Hex2C1276305018846226
Octal23014714301203020414246
Binary101100000110011111000110101000011000100001001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02C127; }

 p { color: rgb(2,193,39); }

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

<style>
 a { background-color: #02C127; }

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

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

<style>
 span { border-color: #02C127; }

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

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