Html Css Color HEX #02BA39 Dark Pastel Green

📋 copy color: '#02BA39'

red 2 ◦ green 186 ◦ blue 57

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

Shades of Dark Pastel Green #02BA39

Tints of Dark Pastel Green #02BA39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 23.27%

R = 0.82%
G = 75.92%
B = 23.27%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#02BA39 (or 0x02BA39) is known color: Dark Pastel Green. HEX triplet: 02, BA and 39. RGB value is (2,186,57). Sum of RGB (Red+Green+Blue) = 2+186+57=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 186 (73.05% from 255 or 75.92% from 245); Blue value is 57 (22.66% from 255 or 23.27% from 245); Max value from RGB is 186 - color contains mainly: green. Hex color #02BA39 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02BA39 is #FD45C6. Grayscale: #747474. Windows color (decimal): -16598471 or 3783170. OLE color: 3783170.

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

Color convert

RGB 2 186 57 -
CMYK 0.99 0 0.69 0.27
HSL 137.93º 0.98% 0.37% -
HSV(B) 137.93º 0.99% 0.73% -
XYZ 18.32 35.43 9.74 -
YUV 116.28 94.54 46.49 -
System Red Green Blue C M Y K H S L
Decimal 2 186 57 0.99 0 0.69 0.27 137.93 0.98 0.37
Hex 2 BA 39 63 0 45 1B 8A 62 25
Octal 2 272 71 143 0 105 33 212 142 45
Binary 10 10111010 111001 1100011 0 1000101 11011 10001010 1100010 100101

Color Harmonies of #02BA39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BA39

Black with #02BA39

Text Example


Text Example

White with #02BA39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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