#02B446

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

Shades of Dark Pastel Green #02B446

Tints of Dark Pastel Green #02B446

Color information

#02B446 (or 0x02B446) is unknown color: approx Dark Pastel Green. HEX triplet: 02, B4 and 46. RGB value is (2,180,70). Sum of RGB (Red+Green+Blue) = 2+180+70=252 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 252); Green value is 180 (70.70% from 255 or 71.43% from 252); Blue value is 70 (27.73% from 255 or 27.78% from 252); Max value from RGB is 180 - color contains mainly: green. Hex color #02B446 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02B446 is #FD4BB9. Grayscale: #727272. Windows color (decimal): -16599994 or 4633602. OLE color: 4633602.

HSL color Cylindrical-coordinate representation of color #02B446: hue angle of 142.92º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B446 is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB218070-
CMYK0.9900.610.29
HSL142.92º97.8%35.69%-
HSV(B)142.92º98.89%70.59%-
XYZ17.4533.111.26-
YUV114.24103.0347.94-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.79%
GREEN value IS 180 (70.70% from 255) = 71.43%
BLUE value IS 70 (27.73% from 255) = 27.78%
R=0.79%
G=71.43%
B=27.78%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal2180700.9900.610.29142.9297.835.69
Hex2B4466303D1D8f6224
Octal22641061430753521714244
Binary101011010010001101100011011110111101100011111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,180,70); }

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

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

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

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

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

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

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