Html Css Color HEX #089248 Pigment Green

📋 copy color: '#089248'

red 8 ◦ green 146 ◦ blue 72

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

Shades of Pigment Green #089248

Tints of Pigment Green #089248

RGB

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

 GREEN value IS 146 (57.42% from 255) = 64.6%

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

R = 3.54%
G = 64.6%
B = 31.86%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.51

 K value IS 0.43

RGB Variations

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

Color information

#089248 (or 0x089248) is known color: Pigment Green. HEX triplet: 08, 92 and 48. RGB value is (8,146,72). Sum of RGB (Red+Green+Blue) = 8+146+72=226 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.54% from 226); Green value is 146 (57.42% from 255 or 64.60% from 226); Blue value is 72 (28.52% from 255 or 31.86% from 226); Max value from RGB is 146 - color contains mainly: green. Hex color #089248 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #089248 is #F76DB7. Grayscale: #606060. Windows color (decimal): -16215480 or 4755976. OLE color: 4755976.

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

Color convert

RGB 8 146 72 -
CMYK 0.95 0 0.51 0.43
HSL 147.83º 0.9% 0.3% -
HSV(B) 147.83º 0.95% 0.57% -
XYZ 11.55 21.08 9.59 -
YUV 96.3 114.28 65.02 -
System Red Green Blue C M Y K H S L
Decimal 8 146 72 0.95 0 0.51 0.43 147.83 0.9 0.3
Hex 8 92 48 5F 0 33 2B 94 5A 1E
Octal 10 222 110 137 0 63 53 224 132 36
Binary 1000 10010010 1001000 1011111 0 110011 101011 10010100 1011010 11110

Color Harmonies of #089248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089248

Black with #089248

Text Example


Text Example

White with #089248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089248; }

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

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

background-color css

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

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

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

border-color css

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

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

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