Html Css Color HEX #08B349 Pigment Green

📋 copy color: '#08B349'

red 8 ◦ green 179 ◦ blue 73

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

Shades of Pigment Green #08B349

Tints of Pigment Green #08B349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 28.08%

R = 3.08%
G = 68.85%
B = 28.08%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#08B349 (or 0x08B349) is known color: Pigment Green. HEX triplet: 08, B3 and 49. RGB value is (8,179,73). Sum of RGB (Red+Green+Blue) = 8+179+73=260 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.08% from 260); Green value is 179 (70.31% from 255 or 68.85% from 260); Blue value is 73 (28.91% from 255 or 28.08% from 260); Max value from RGB is 179 - color contains mainly: green. Hex color #08B349 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08B349 is #F74CB6. Grayscale: #747474. Windows color (decimal): -16207031 or 4829960. OLE color: 4829960.

HSL color Cylindrical-coordinate representation of color #08B349: hue angle of 142.81º 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 #08B349 is Cyan = 0.96, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 8 179 73 -
CMYK 0.96 0 0.59 0.30
HSL 142.81º 0.91% 0.37% -
HSV(B) 142.81º 0.96% 0.7% -
XYZ 17.42 32.77 11.71 -
YUV 115.79 103.85 51.12 -
System Red Green Blue C M Y K H S L
Decimal 8 179 73 0.96 0 0.59 0.30 142.81 0.91 0.37
Hex 8 B3 49 60 0 3B 1E 8F 5B 25
Octal 10 263 111 140 0 73 36 217 133 45
Binary 1000 10110011 1001001 1100000 0 111011 11110 10001111 1011011 100101

Color Harmonies of #08B349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B349

Black with #08B349

Text Example


Text Example

White with #08B349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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