Html Css Color HEX #02B919 Dark Pastel Green

📋 copy color: '#02B919'

red 2 ◦ green 185 ◦ blue 25

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

Shades of Dark Pastel Green #02B919

Tints of Dark Pastel Green #02B919

RGB

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

 GREEN value IS 185 (72.66% from 255) = 87.26%

 BLUE value IS 25 (10.16% from 255) = 11.79%

R = 0.94%
G = 87.26%
B = 11.79%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#02B919 (or 0x02B919) is known color: Dark Pastel Green. HEX triplet: 02, B9 and 19. RGB value is (2,185,25). Sum of RGB (Red+Green+Blue) = 2+185+25=212 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 212); Green value is 185 (72.66% from 255 or 87.26% from 212); Blue value is 25 (10.16% from 255 or 11.79% from 212); Max value from RGB is 185 - color contains mainly: green. Hex color #02B919 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02B919 is #FD46E6. Grayscale: #707070. Windows color (decimal): -16598759 or 1685762. OLE color: 1685762.

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

Color convert

RGB 2 185 25 -
CMYK 0.99 0 0.86 0.27
HSL 127.54º 0.98% 0.37% -
HSV(B) 127.54º 0.99% 0.73% -
XYZ 17.55 34.78 6.71 -
YUV 112.04 78.87 49.51 -
System Red Green Blue C M Y K H S L
Decimal 2 185 25 0.99 0 0.86 0.27 127.54 0.98 0.37
Hex 2 B9 19 63 0 56 1B 80 62 25
Octal 2 271 31 143 0 126 33 200 142 45
Binary 10 10111001 11001 1100011 0 1010110 11011 10000000 1100010 100101

Color Harmonies of #02B919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B919

Black with #02B919

Text Example


Text Example

White with #02B919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,185,25); }

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

background-color css

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

 a { background-color: rgb(2,185,25); }

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

border-color css

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

 span { border-color: rgb(2,185,25); }

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