Html Css Color HEX #02BD3A Dark Pastel Green

📋 copy color: '#02BD3A'

red 2 ◦ green 189 ◦ blue 58

#02BD3A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #02BD3A

Tints of Dark Pastel Green #02BD3A

RGB

 RED value IS 2 (1.17% from 255) = 0.8%

 GREEN value IS 189 (74.22% from 255) = 75.9%

 BLUE value IS 58 (23.05% from 255) = 23.29%

R = 0.8%
G = 75.9%
B = 23.29%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#02BD3A (or 0x02BD3A) is known color: 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

RGB 2 189 58 -
CMYK 0.99 0 0.69 0.26
HSL 137.97º 0.98% 0.37% -
HSV(B) 137.97º 0.99% 0.74% -
XYZ 18.99 36.71 10.09 -
YUV 118.15 94.05 45.15 -
System Red Green Blue C M Y K H S L
Decimal 2 189 58 0.99 0 0.69 0.26 137.97 0.98 0.37
Hex 2 BD 3A 63 0 45 1A 8A 62 25
Octal 2 275 72 143 0 105 32 212 142 45
Binary 10 10111101 111010 1100011 0 1000101 11010 10001010 1100010 100101

Color Harmonies of #02BD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BD3A

Black with #02BD3A

Text Example


Text Example

White with #02BD3A

Text Example


Text Example

HTML Codes & Css Web 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>