Html Css Color HEX #089048 Pigment Green

📋 copy color: '#089048'

red 8 ◦ green 144 ◦ blue 72

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

Shades of Pigment Green #089048

Tints of Pigment Green #089048

RGB

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

 GREEN value IS 144 (56.64% from 255) = 64.29%

 BLUE value IS 72 (28.52% from 255) = 32.14%

R = 3.57%
G = 64.29%
B = 32.14%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.50

 K value IS 0.44

RGB Variations

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

Color information

#089048 (or 0x089048) is known color: Pigment Green. HEX triplet: 08, 90 and 48. RGB value is (8,144,72). Sum of RGB (Red+Green+Blue) = 8+144+72=224 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.57% from 224); Green value is 144 (56.64% from 255 or 64.29% from 224); Blue value is 72 (28.52% from 255 or 32.14% from 224); Max value from RGB is 144 - color contains mainly: green. Hex color #089048 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #089048 is #F76FB7. Grayscale: #5F5F5F. Windows color (decimal): -16215992 or 4755464. OLE color: 4755464.

HSL color Cylindrical-coordinate representation of color #089048: hue angle of 148.24º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #089048 is Cyan = 0.94, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB 8 144 72 -
CMYK 0.94 0 0.50 0.44
HSL 148.24º 0.89% 0.3% -
HSV(B) 148.24º 0.94% 0.56% -
XYZ 11.24 20.47 9.49 -
YUV 95.13 114.94 65.85 -
System Red Green Blue C M Y K H S L
Decimal 8 144 72 0.94 0 0.50 0.44 148.24 0.89 0.3
Hex 8 90 48 5E 0 32 2C 94 59 1E
Octal 10 220 110 136 0 62 54 224 131 36
Binary 1000 10010000 1001000 1011110 0 110010 101100 10010100 1011001 11110

Color Harmonies of #089048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089048

Black with #089048

Text Example


Text Example

White with #089048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089048; }

 p { color: rgb(8,144,72); }

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

background-color css

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

 a { background-color: rgb(8,144,72); }

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

border-color css

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

 span { border-color: rgb(8,144,72); }

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