#02B041

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

Shades of Dark Pastel Green #02B041

Tints of Dark Pastel Green #02B041

Color information

#02B041 (or 0x02B041) is unknown color: approx Dark Pastel Green. HEX triplet: 02, B0 and 41. RGB value is (2,176,65). Sum of RGB (Red+Green+Blue) = 2+176+65=243 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 243); Green value is 176 (69.14% from 255 or 72.43% from 243); Blue value is 65 (25.78% from 255 or 26.75% from 243); Max value from RGB is 176 - color contains mainly: green. Hex color #02B041 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02B041 is #FD4FBE. Grayscale: #6F6F6F. Windows color (decimal): -16601023 or 4304898. OLE color: 4304898.

HSL color Cylindrical-coordinate representation of color #02B041: hue angle of 141.72º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B041 is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB217665-
CMYK0.9900.630.31
HSL141.72º97.75%34.9%-
HSV(B)141.72º98.86%69.02%-
XYZ16.531.4510.2-
YUV111.32101.8550.03-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.82%
GREEN value IS 176 (69.14% from 255) = 72.43%
BLUE value IS 65 (25.78% from 255) = 26.75%
R=0.82%
G=72.43%
B=26.75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal2176650.9900.630.31141.7297.7534.9
Hex2B0416303F1F8e6223
Octal22601011430773721614243
Binary101011000010000011100011011111111111100011101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,176,65); }

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

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

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

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

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

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

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