Html Css Color HEX #08B520 Dark Pastel Green

📋 copy color: '#08B520'

red 8 ◦ green 181 ◦ blue 32

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

Shades of Dark Pastel Green #08B520

Tints of Dark Pastel Green #08B520

RGB

 RED value IS 8 (3.52% from 255) = 3.62%

 GREEN value IS 181 (71.09% from 255) = 81.9%

 BLUE value IS 32 (12.89% from 255) = 14.48%

R = 3.62%
G = 81.9%
B = 14.48%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#08B520 (or 0x08B520) is known color: Dark Pastel Green. HEX triplet: 08, B5 and 20. RGB value is (8,181,32). Sum of RGB (Red+Green+Blue) = 8+181+32=221 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.62% from 221); Green value is 181 (71.09% from 255 or 81.90% from 221); Blue value is 32 (12.89% from 255 or 14.48% from 221); Max value from RGB is 181 - color contains mainly: green. Hex color #08B520 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08B520 is #F74ADF. Grayscale: #707070. Windows color (decimal): -16206560 or 2143496. OLE color: 2143496.

HSL color Cylindrical-coordinate representation of color #08B520: hue angle of 128.32º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B520 is Cyan = 0.96, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 8 181 32 -
CMYK 0.96 0 0.82 0.29
HSL 128.32º 0.92% 0.37% -
HSV(B) 128.32º 0.96% 0.71% -
XYZ 16.88 33.2 6.89 -
YUV 112.29 82.69 53.62 -
System Red Green Blue C M Y K H S L
Decimal 8 181 32 0.96 0 0.82 0.29 128.32 0.92 0.37
Hex 8 B5 20 60 0 52 1D 80 5C 25
Octal 10 265 40 140 0 122 35 200 134 45
Binary 1000 10110101 100000 1100000 0 1010010 11101 10000000 1011100 100101

Color Harmonies of #08B520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B520

Black with #08B520

Text Example


Text Example

White with #08B520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08B520; }

 p { color: rgb(8,181,32); }

 H1.HeaderClassName
 {
   color: #08B520;
 }
 .AnyTagClassName
 {
   color: #08B520;
 }
</style>

background-color css

<style>
 a { background-color: #08B520; }

 a { background-color: rgb(8,181,32); }

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

border-color css

<style>
 span { border-color: #08B520; }

 span { border-color: rgb(8,181,32); }

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