#02C535

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

Shades of Dark Pastel Green #02C535

Tints of Dark Pastel Green #02C535

Color information

#02C535 (or 0x02C535) is unknown color: approx Dark Pastel Green. HEX triplet: 02, C5 and 35. RGB value is (2,197,53). Sum of RGB (Red+Green+Blue) = 2+197+53=252 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 252); Green value is 197 (77.34% from 255 or 78.17% from 252); Blue value is 53 (21.09% from 255 or 21.03% from 252); Max value from RGB is 197 - color contains mainly: green. Hex color #02C535 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C535 is #FD3ACA. Grayscale: #7A7A7A. Windows color (decimal): -16595659 or 3523842. OLE color: 3523842.

HSL color Cylindrical-coordinate representation of color #02C535: hue angle of 135.69º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C535 is Cyan = 0.99, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB219753-
CMYK0.9900.730.23
HSL135.69º97.99%39.02%-
HSV(B)135.69º98.98%77.25%-
XYZ20.6340.210.04-
YUV122.2888.942.21-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.79%
GREEN value IS 197 (77.34% from 255) = 78.17%
BLUE value IS 53 (21.09% from 255) = 21.03%
R=0.79%
G=78.17%
B=21.03%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal2197530.9900.730.23135.6997.9939.02
Hex2C5356304917886227
Octal23056514301112721014247
Binary101100010111010111000110100100110111100010001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,197,53); }

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

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

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

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

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

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

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