#02BD3A

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

Shades of Dark Pastel Green #02BD3A

Tints of Dark Pastel Green #02BD3A

Color information

#02BD3A (or 0x02BD3A) is unknown color: approx Dark Pastel Green. HEX triplet: 02, BD and 3A. RGB value is (2,189,58). Sum of RGB (Red+Green+Blue) = 2+189+58=249 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 249); Green value is 189 (74.22% from 255 or 75.90% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 189 - color contains mainly: green. Hex color #02BD3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02BD3A is #FD42C5. Grayscale: #767676. Windows color (decimal): -16597702 or 3849474. OLE color: 3849474.

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

Color convert

RGB218958-
CMYK0.9900.690.26
HSL137.97º97.91%37.45%-
HSV(B)137.97º98.94%74.12%-
XYZ18.9936.7110.09-
YUV118.1594.0545.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.80%
GREEN value IS 189 (74.22% from 255) = 75.90%
BLUE value IS 58 (23.05% from 255) = 23.29%
R=0.80%
G=75.90%
B=23.29%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal2189580.9900.690.26137.9797.9137.45
Hex2BD3A630451A8a6225
Octal22757214301053221214245
Binary101011110111101011000110100010111010100010101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02BD3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,189,58); }

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

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

 a { background-color: rgb(2,189,58); }

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

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

 span { border-color: rgb(2,189,58); }

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