Html Css Color HEX #009148 Pigment Green

📋 copy color: '#009148'

red 0 ◦ green 145 ◦ blue 72

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

Shades of Pigment Green #009148

Tints of Pigment Green #009148

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 145 (57.03% from 255) = 66.82%

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

R = 0%
G = 66.82%
B = 33.18%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.50

 K value IS 0.43

RGB Variations

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

Color information

#009148 (or 0x009148) is known color: Pigment Green. HEX triplet: 00, 91 and 48. RGB value is (0,145,72). Sum of RGB (Red+Green+Blue) = 0+145+72=217 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 217); Green value is 145 (57.03% from 255 or 66.82% from 217); Blue value is 72 (28.52% from 255 or 33.18% from 217); Max value from RGB is 145 - color contains mainly: green. Hex color #009148 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009148 is #FF6EB7. Grayscale: #5D5D5D. Windows color (decimal): -16740024 or 4755712. OLE color: 4755712.

HSL color Cylindrical-coordinate representation of color #009148: hue angle of 149.79º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009148 is Cyan = 1, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 145 72 -
CMYK 1 0 0.50 0.43
HSL 149.79º 1% 0.28% -
HSV(B) 149.79º 1% 0.57% -
XYZ 11.3 20.72 9.53 -
YUV 93.32 115.96 61.44 -
System Red Green Blue C M Y K H S L
Decimal 0 145 72 1 0 0.50 0.43 149.79 1 0.28
Hex 0 91 48 64 0 32 2B 96 64 1C
Octal 0 221 110 144 0 62 53 226 144 34
Binary 0 10010001 1001000 1100100 0 110010 101011 10010110 1100100 11100

Color Harmonies of #009148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009148

Black with #009148

Text Example


Text Example

White with #009148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009148; }

 p { color: rgb(0,145,72); }

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

background-color css

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

 a { background-color: rgb(0,145,72); }

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

border-color css

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

 span { border-color: rgb(0,145,72); }

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