Html Css Color HEX #02BA27 Dark Pastel Green

📋 copy color: '#02BA27'

red 2 ◦ green 186 ◦ blue 39

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

Shades of Dark Pastel Green #02BA27

Tints of Dark Pastel Green #02BA27

RGB

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

 GREEN value IS 186 (73.05% from 255) = 81.94%

 BLUE value IS 39 (15.63% from 255) = 17.18%

R = 0.88%
G = 81.94%
B = 17.18%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#02BA27 (or 0x02BA27) is known color: Dark Pastel Green. HEX triplet: 02, BA and 27. RGB value is (2,186,39). Sum of RGB (Red+Green+Blue) = 2+186+39=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 186 (73.05% from 255 or 81.94% from 227); Blue value is 39 (15.62% from 255 or 17.18% from 227); Max value from RGB is 186 - color contains mainly: green. Hex color #02BA27 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02BA27 is #FD45D8. Grayscale: #727272. Windows color (decimal): -16598489 or 2603522. OLE color: 2603522.

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

Color convert

RGB 2 186 39 -
CMYK 0.99 0 0.79 0.27
HSL 132.07º 0.98% 0.37% -
HSV(B) 132.07º 0.99% 0.73% -
XYZ 17.95 35.28 7.78 -
YUV 114.23 85.54 47.95 -
System Red Green Blue C M Y K H S L
Decimal 2 186 39 0.99 0 0.79 0.27 132.07 0.98 0.37
Hex 2 BA 27 63 0 4F 1B 84 62 25
Octal 2 272 47 143 0 117 33 204 142 45
Binary 10 10111010 100111 1100011 0 1001111 11011 10000100 1100010 100101

Color Harmonies of #02BA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BA27

Black with #02BA27

Text Example


Text Example

White with #02BA27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,186,39); }

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

background-color css

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

 a { background-color: rgb(2,186,39); }

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

border-color css

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

 span { border-color: rgb(2,186,39); }

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