Html Css Color HEX #089342 Pigment Green

📋 copy color: '#089342'

red 8 ◦ green 147 ◦ blue 66

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

Shades of Pigment Green #089342

Tints of Pigment Green #089342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 29.86%

R = 3.62%
G = 66.52%
B = 29.86%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#089342 (or 0x089342) is known color: Pigment Green. HEX triplet: 08, 93 and 42. RGB value is (8,147,66). Sum of RGB (Red+Green+Blue) = 8+147+66=221 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.62% from 221); Green value is 147 (57.81% from 255 or 66.52% from 221); Blue value is 66 (26.17% from 255 or 29.86% from 221); Max value from RGB is 147 - color contains mainly: green. Hex color #089342 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #089342 is #F76CBD. Grayscale: #606060. Windows color (decimal): -16215230 or 4363016. OLE color: 4363016.

HSL color Cylindrical-coordinate representation of color #089342: hue angle of 145.04º 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 #089342 is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB 8 147 66 -
CMYK 0.95 0 0.55 0.42
HSL 145.04º 0.9% 0.3% -
HSV(B) 145.04º 0.95% 0.58% -
XYZ 11.52 21.31 8.66 -
YUV 96.21 110.95 65.09 -
System Red Green Blue C M Y K H S L
Decimal 8 147 66 0.95 0 0.55 0.42 145.04 0.9 0.3
Hex 8 93 42 5F 0 37 2A 91 5A 1E
Octal 10 223 102 137 0 67 52 221 132 36
Binary 1000 10010011 1000010 1011111 0 110111 101010 10010001 1011010 11110

Color Harmonies of #089342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089342

Black with #089342

Text Example


Text Example

White with #089342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089342; }

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

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

background-color css

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

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

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

border-color css

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

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

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