#119848

Color #119848 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #119848

Tints of Pigment Green #119848

Color information

#119848 (or 0x119848) is unknown color: approx Pigment Green. HEX triplet: 11, 98 and 48. RGB value is (17,152,72). Sum of RGB (Red+Green+Blue) = 17+152+72=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 152 (59.77% from 255 or 63.07% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 152 - color contains mainly: green. Hex color #119848 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119848 is #EE67B7. Grayscale: #666666. Windows color (decimal): -15624120 or 4757521. OLE color: 4757521.

HSL color Cylindrical-coordinate representation of color #119848: hue angle of 144.44º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119848 is Cyan = 0.89, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB1715272-
CMYK0.8900.530.40
HSL144.44º79.88%33.14%-
HSV(B)144.44º88.82%59.61%-
XYZ12.6323.049.91-
YUV102.51110.7767-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.05%
GREEN value IS 152 (59.77% from 255) = 63.07%
BLUE value IS 72 (28.52% from 255) = 29.88%
R=7.05%
G=63.07%
B=29.88%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal17152720.8900.530.40144.4479.8833.14
Hex1198485903528905021
Octal212301101310655022012041
Binary1000110011000100100010110010110101101000100100001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119848; }

 p { color: rgb(17,152,72); }

 H1.HeaderClassName
 {
   color: #119848;
 }
 .AnyTagClassName
 {
   color: #119848;
 }
</style>
background-color css

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

 a { background-color: rgb(17,152,72); }

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

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

 span { border-color: rgb(17,152,72); }

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