#02C92B

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

Shades of Dark Pastel Green #02C92B

Tints of Dark Pastel Green #02C92B

Color information

#02C92B (or 0x02C92B) is unknown color: approx Dark Pastel Green. HEX triplet: 02, C9 and 2B. RGB value is (2,201,43). Sum of RGB (Red+Green+Blue) = 2+201+43=246 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 246); Green value is 201 (78.91% from 255 or 81.71% from 246); Blue value is 43 (17.19% from 255 or 17.48% from 246); Max value from RGB is 201 - color contains mainly: green. Hex color #02C92B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C92B is #FD36D4. Grayscale: #7B7B7B. Windows color (decimal): -16594645 or 2869506. OLE color: 2869506.

HSL color Cylindrical-coordinate representation of color #02C92B: hue angle of 132.36º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C92B is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB220143-
CMYK0.9900.790.21
HSL132.36º98.03%39.8%-
HSV(B)132.36º99%78.82%-
XYZ21.3541.969.26-
YUV123.4982.5741.35-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.81%
GREEN value IS 201 (78.91% from 255) = 81.71%
BLUE value IS 43 (17.19% from 255) = 17.48%
R=0.81%
G=81.71%
B=17.48%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2201430.9900.790.21132.3698.0339.8
Hex2C92B6304F15846228
Octal23115314301172520414250
Binary101100100110101111000110100111110101100001001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C92B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,201,43); }

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

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

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

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

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

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

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