Html Css Color HEX #08944D Pigment Green

📋 copy color: '#08944D'

red 8 ◦ green 148 ◦ blue 77

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

Shades of Pigment Green #08944D

Tints of Pigment Green #08944D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 33.05%

R = 3.43%
G = 63.52%
B = 33.05%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#08944D (or 0x08944D) is known color: Pigment Green. HEX triplet: 08, 94 and 4D. RGB value is (8,148,77). Sum of RGB (Red+Green+Blue) = 8+148+77=233 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.43% from 233); Green value is 148 (58.20% from 255 or 63.52% from 233); Blue value is 77 (30.47% from 255 or 33.05% from 233); Max value from RGB is 148 - color contains mainly: green. Hex color #08944D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08944D is #F76BB2. Grayscale: #626262. Windows color (decimal): -16214963 or 5084168. OLE color: 5084168.

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

Color convert

RGB 8 148 77 -
CMYK 0.95 0 0.48 0.42
HSL 149.57º 0.9% 0.31% -
HSV(B) 149.57º 0.95% 0.58% -
XYZ 12.03 21.77 10.59 -
YUV 98.05 116.12 63.77 -
System Red Green Blue C M Y K H S L
Decimal 8 148 77 0.95 0 0.48 0.42 149.57 0.9 0.31
Hex 8 94 4D 5F 0 30 2A 96 5A 1F
Octal 10 224 115 137 0 60 52 226 132 37
Binary 1000 10010100 1001101 1011111 0 110000 101010 10010110 1011010 11111

Color Harmonies of #08944D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08944D

Black with #08944D

Text Example


Text Example

White with #08944D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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