Html Css Color HEX #02BC29 Dark Pastel Green

📋 copy color: '#02BC29'

red 2 ◦ green 188 ◦ blue 41

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

Shades of Dark Pastel Green #02BC29

Tints of Dark Pastel Green #02BC29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.75%

R = 0.87%
G = 81.39%
B = 17.75%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#02BC29 (or 0x02BC29) is known color: Dark Pastel Green. HEX triplet: 02, BC and 29. RGB value is (2,188,41). Sum of RGB (Red+Green+Blue) = 2+188+41=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 188 (73.83% from 255 or 81.39% from 231); Blue value is 41 (16.41% from 255 or 17.75% from 231); Max value from RGB is 188 - color contains mainly: green. Hex color #02BC29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02BC29 is #FD43D6. Grayscale: #747474. Windows color (decimal): -16597975 or 2735106. OLE color: 2735106.

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

Color convert

RGB 2 188 41 -
CMYK 0.99 0 0.78 0.26
HSL 132.58º 0.98% 0.37% -
HSV(B) 132.58º 0.99% 0.74% -
XYZ 18.41 36.14 8.1 -
YUV 115.63 85.88 46.95 -
System Red Green Blue C M Y K H S L
Decimal 2 188 41 0.99 0 0.78 0.26 132.58 0.98 0.37
Hex 2 BC 29 63 0 4E 1A 85 62 25
Octal 2 274 51 143 0 116 32 205 142 45
Binary 10 10111100 101001 1100011 0 1001110 11010 10000101 1100010 100101

Color Harmonies of #02BC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BC29

Black with #02BC29

Text Example


Text Example

White with #02BC29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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