Html Css Color HEX #02BB26 Dark Pastel Green

📋 copy color: '#02BB26'

red 2 ◦ green 187 ◦ blue 38

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

Shades of Dark Pastel Green #02BB26

Tints of Dark Pastel Green #02BB26

RGB

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

 GREEN value IS 187 (73.44% from 255) = 82.38%

 BLUE value IS 38 (15.23% from 255) = 16.74%

R = 0.88%
G = 82.38%
B = 16.74%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#02BB26 (or 0x02BB26) is known color: Dark Pastel Green. HEX triplet: 02, BB and 26. RGB value is (2,187,38). Sum of RGB (Red+Green+Blue) = 2+187+38=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 187 (73.44% from 255 or 82.38% from 227); Blue value is 38 (15.23% from 255 or 16.74% from 227); Max value from RGB is 187 - color contains mainly: green. Hex color #02BB26 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02BB26 is #FD44D9. Grayscale: #737373. Windows color (decimal): -16598234 or 2538242. OLE color: 2538242.

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

Color convert

RGB 2 187 38 -
CMYK 0.99 0 0.80 0.27
HSL 131.68º 0.98% 0.37% -
HSV(B) 131.68º 0.99% 0.73% -
XYZ 18.15 35.69 7.77 -
YUV 114.7 84.71 47.62 -
System Red Green Blue C M Y K H S L
Decimal 2 187 38 0.99 0 0.80 0.27 131.68 0.98 0.37
Hex 2 BB 26 63 0 50 1B 84 62 25
Octal 2 273 46 143 0 120 33 204 142 45
Binary 10 10111011 100110 1100011 0 1010000 11011 10000100 1100010 100101

Color Harmonies of #02BB26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BB26

Black with #02BB26

Text Example


Text Example

White with #02BB26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,187,38); }

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

background-color css

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

 a { background-color: rgb(2,187,38); }

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

border-color css

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

 span { border-color: rgb(2,187,38); }

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