Html Css Color HEX #089349 Pigment Green

📋 copy color: '#089349'

red 8 ◦ green 147 ◦ blue 73

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

Shades of Pigment Green #089349

Tints of Pigment Green #089349

RGB

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

 GREEN value IS 147 (57.81% from 255) = 64.47%

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

R = 3.51%
G = 64.47%
B = 32.02%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#089349 (or 0x089349) is known color: Pigment Green. HEX triplet: 08, 93 and 49. RGB value is (8,147,73). Sum of RGB (Red+Green+Blue) = 8+147+73=228 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.51% from 228); Green value is 147 (57.81% from 255 or 64.47% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 147 - color contains mainly: green. Hex color #089349 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #089349 is #F76CB6. Grayscale: #616161. Windows color (decimal): -16215223 or 4821768. OLE color: 4821768.

HSL color Cylindrical-coordinate representation of color #089349: hue angle of 148.06º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089349 is Cyan = 0.95, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 8 147 73 -
CMYK 0.95 0 0.50 0.42
HSL 148.06º 0.9% 0.3% -
HSV(B) 148.06º 0.95% 0.58% -
XYZ 11.74 21.4 9.82 -
YUV 97 114.45 64.52 -
System Red Green Blue C M Y K H S L
Decimal 8 147 73 0.95 0 0.50 0.42 148.06 0.9 0.3
Hex 8 93 49 5F 0 32 2A 94 5A 1E
Octal 10 223 111 137 0 62 52 224 132 36
Binary 1000 10010011 1001001 1011111 0 110010 101010 10010100 1011010 11110

Color Harmonies of #089349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089349

Black with #089349

Text Example


Text Example

White with #089349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089349; }

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

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

background-color css

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

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

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

border-color css

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

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

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