Html Css Color HEX #08904B Pigment Green

📋 copy color: '#08904B'

red 8 ◦ green 144 ◦ blue 75

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

Shades of Pigment Green #08904B

Tints of Pigment Green #08904B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 33.04%

R = 3.52%
G = 63.44%
B = 33.04%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.48

 K value IS 0.44

RGB Variations

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

Color information

#08904B (or 0x08904B) is known color: Pigment Green. HEX triplet: 08, 90 and 4B. RGB value is (8,144,75). Sum of RGB (Red+Green+Blue) = 8+144+75=227 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.52% from 227); Green value is 144 (56.64% from 255 or 63.44% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 144 - color contains mainly: green. Hex color #08904B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08904B is #F76FB4. Grayscale: #5F5F5F. Windows color (decimal): -16215989 or 4952072. OLE color: 4952072.

HSL color Cylindrical-coordinate representation of color #08904B: hue angle of 149.56º 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 #08904B is Cyan = 0.94, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB 8 144 75 -
CMYK 0.94 0 0.48 0.44
HSL 149.56º 0.89% 0.3% -
HSV(B) 149.56º 0.94% 0.56% -
XYZ 11.34 20.51 10.02 -
YUV 95.47 116.44 65.61 -
System Red Green Blue C M Y K H S L
Decimal 8 144 75 0.94 0 0.48 0.44 149.56 0.89 0.3
Hex 8 90 4B 5E 0 30 2C 96 59 1E
Octal 10 220 113 136 0 60 54 226 131 36
Binary 1000 10010000 1001011 1011110 0 110000 101100 10010110 1011001 11110

Color Harmonies of #08904B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08904B

Black with #08904B

Text Example


Text Example

White with #08904B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08904B; }

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

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

background-color css

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

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

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

border-color css

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

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

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