Html Css Color HEX #08944C Pigment Green

📋 copy color: '#08944C'

red 8 ◦ green 148 ◦ blue 76

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

Shades of Pigment Green #08944C

Tints of Pigment Green #08944C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 63.79%

 BLUE value IS 76 (30.08% from 255) = 32.76%

R = 3.45%
G = 63.79%
B = 32.76%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#08944C (or 0x08944C) is known color: Pigment Green. HEX triplet: 08, 94 and 4C. RGB value is (8,148,76). Sum of RGB (Red+Green+Blue) = 8+148+76=232 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.45% from 232); Green value is 148 (58.20% from 255 or 63.79% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 148 - color contains mainly: green. Hex color #08944C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08944C is #F76BB3. Grayscale: #626262. Windows color (decimal): -16214964 or 5018632. OLE color: 5018632.

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

Color convert

RGB 8 148 76 -
CMYK 0.95 0 0.49 0.42
HSL 149.14º 0.9% 0.31% -
HSV(B) 149.14º 0.95% 0.58% -
XYZ 11.99 21.75 10.4 -
YUV 97.93 115.62 63.85 -
System Red Green Blue C M Y K H S L
Decimal 8 148 76 0.95 0 0.49 0.42 149.14 0.9 0.31
Hex 8 94 4C 5F 0 31 2A 95 5A 1F
Octal 10 224 114 137 0 61 52 225 132 37
Binary 1000 10010100 1001100 1011111 0 110001 101010 10010101 1011010 11111

Color Harmonies of #08944C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08944C

Black with #08944C

Text Example


Text Example

White with #08944C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08944C; }

 p { color: rgb(8,148,76); }

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

background-color css

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

 a { background-color: rgb(8,148,76); }

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

border-color css

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

 span { border-color: rgb(8,148,76); }

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