Html Css Color HEX #02BC49 Dark Pastel Green

📋 copy color: '#02BC49'

red 2 ◦ green 188 ◦ blue 73

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

Shades of Dark Pastel Green #02BC49

Tints of Dark Pastel Green #02BC49

RGB

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

 GREEN value IS 188 (73.83% from 255) = 71.48%

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

R = 0.76%
G = 71.48%
B = 27.76%

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

#02BC49 (or 0x02BC49) is known color: Dark Pastel Green. HEX triplet: 02, BC and 49. RGB value is (2,188,73). Sum of RGB (Red+Green+Blue) = 2+188+73=263 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 263); Green value is 188 (73.83% from 255 or 71.48% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 188 - color contains mainly: green. Hex color #02BC49 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02BC49 is #FD43B6. Grayscale: #777777. Windows color (decimal): -16597943 or 4832258. OLE color: 4832258.

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

Color convert

RGB 2 188 73 -
CMYK 0.99 0 0.61 0.26
HSL 142.9º 0.98% 0.37% -
HSV(B) 142.9º 0.99% 0.74% -
XYZ 19.21 36.46 12.33 -
YUV 119.28 101.88 44.35 -
System Red Green Blue C M Y K H S L
Decimal 2 188 73 0.99 0 0.61 0.26 142.9 0.98 0.37
Hex 2 BC 49 63 0 3D 1A 8F 62 25
Octal 2 274 111 143 0 75 32 217 142 45
Binary 10 10111100 1001001 1100011 0 111101 11010 10001111 1100010 100101

Color Harmonies of #02BC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BC49

Black with #02BC49

Text Example


Text Example

White with #02BC49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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