Html Css Color HEX #02BD49 Dark Pastel Green

📋 copy color: '#02BD49'

red 2 ◦ green 189 ◦ blue 73

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

Shades of Dark Pastel Green #02BD49

Tints of Dark Pastel Green #02BD49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 27.65%

R = 0.76%
G = 71.59%
B = 27.65%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#02BD49 (or 0x02BD49) is known color: Dark Pastel Green. HEX triplet: 02, BD and 49. RGB value is (2,189,73). Sum of RGB (Red+Green+Blue) = 2+189+73=264 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 264); Green value is 189 (74.22% from 255 or 71.59% from 264); Blue value is 73 (28.91% from 255 or 27.65% from 264); Max value from RGB is 189 - color contains mainly: green. Hex color #02BD49 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02BD49 is #FD42B6. Grayscale: #787878. Windows color (decimal): -16597687 or 4832514. OLE color: 4832514.

HSL color Cylindrical-coordinate representation of color #02BD49: hue angle of 142.78º 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 #02BD49 is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 189 73 -
CMYK 0.99 0 0.61 0.26
HSL 142.78º 0.98% 0.37% -
HSV(B) 142.78º 0.99% 0.74% -
XYZ 19.43 36.89 12.4 -
YUV 119.86 101.55 43.93 -
System Red Green Blue C M Y K H S L
Decimal 2 189 73 0.99 0 0.61 0.26 142.78 0.98 0.37
Hex 2 BD 49 63 0 3D 1A 8F 62 25
Octal 2 275 111 143 0 75 32 217 142 45
Binary 10 10111101 1001001 1100011 0 111101 11010 10001111 1100010 100101

Color Harmonies of #02BD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BD49

Black with #02BD49

Text Example


Text Example

White with #02BD49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02BD49;
 }
 .AnyTagClassName
 {
   color: #02BD49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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