Html Css Color HEX #08B350 Pigment Green

📋 copy color: '#08B350'

red 8 ◦ green 179 ◦ blue 80

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

Shades of Pigment Green #08B350

Tints of Pigment Green #08B350

RGB

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

 GREEN value IS 179 (70.31% from 255) = 67.04%

 BLUE value IS 80 (31.64% from 255) = 29.96%

R = 3%
G = 67.04%
B = 29.96%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#08B350 (or 0x08B350) is known color: Pigment Green. HEX triplet: 08, B3 and 50. RGB value is (8,179,80). Sum of RGB (Red+Green+Blue) = 8+179+80=267 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.00% from 267); Green value is 179 (70.31% from 255 or 67.04% from 267); Blue value is 80 (31.64% from 255 or 29.96% from 267); Max value from RGB is 179 - color contains mainly: green. Hex color #08B350 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08B350 is #F74CAF. Grayscale: #747474. Windows color (decimal): -16207024 or 5288712. OLE color: 5288712.

HSL color Cylindrical-coordinate representation of color #08B350: hue angle of 145.26º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B350 is Cyan = 0.96, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB 8 179 80 -
CMYK 0.96 0 0.55 0.30
HSL 145.26º 0.91% 0.37% -
HSV(B) 145.26º 0.96% 0.7% -
XYZ 17.67 32.87 13 -
YUV 116.59 107.35 50.55 -
System Red Green Blue C M Y K H S L
Decimal 8 179 80 0.96 0 0.55 0.30 145.26 0.91 0.37
Hex 8 B3 50 60 0 37 1E 91 5B 25
Octal 10 263 120 140 0 67 36 221 133 45
Binary 1000 10110011 1010000 1100000 0 110111 11110 10010001 1011011 100101

Color Harmonies of #08B350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B350

Black with #08B350

Text Example


Text Example

White with #08B350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,179,80); }

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

background-color css

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

 a { background-color: rgb(8,179,80); }

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

border-color css

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

 span { border-color: rgb(8,179,80); }

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