Html Css Color HEX #02B91C Dark Pastel Green

📋 copy color: '#02B91C'

red 2 ◦ green 185 ◦ blue 28

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

Shades of Dark Pastel Green #02B91C

Tints of Dark Pastel Green #02B91C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.02%

R = 0.93%
G = 86.05%
B = 13.02%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#02B91C (or 0x02B91C) is known color: Dark Pastel Green. HEX triplet: 02, B9 and 1C. RGB value is (2,185,28). Sum of RGB (Red+Green+Blue) = 2+185+28=215 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 215); Green value is 185 (72.66% from 255 or 86.05% from 215); Blue value is 28 (11.33% from 255 or 13.02% from 215); Max value from RGB is 185 - color contains mainly: green. Hex color #02B91C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02B91C is #FD46E3. Grayscale: #707070. Windows color (decimal): -16598756 or 1882370. OLE color: 1882370.

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

Color convert

RGB 2 185 28 -
CMYK 0.99 0 0.85 0.27
HSL 128.52º 0.98% 0.37% -
HSV(B) 128.52º 0.99% 0.73% -
XYZ 17.58 34.79 6.89 -
YUV 112.39 80.37 49.27 -
System Red Green Blue C M Y K H S L
Decimal 2 185 28 0.99 0 0.85 0.27 128.52 0.98 0.37
Hex 2 B9 1C 63 0 55 1B 81 62 25
Octal 2 271 34 143 0 125 33 201 142 45
Binary 10 10111001 11100 1100011 0 1010101 11011 10000001 1100010 100101

Color Harmonies of #02B91C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B91C

Black with #02B91C

Text Example


Text Example

White with #02B91C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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