#1B9F48

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

Shades of Pigment Green #1B9F48

Tints of Pigment Green #1B9F48

Color information

#1B9F48 (or 0x1B9F48) is unknown color: approx Pigment Green. HEX triplet: 1B, 9F and 48. RGB value is (27,159,72). Sum of RGB (Red+Green+Blue) = 27+159+72=258 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.47% from 258); Green value is 159 (62.5% from 255 or 61.63% from 258); Blue value is 72 (28.52% from 255 or 27.91% from 258); Max value from RGB is 159 - color contains mainly: green. Hex color #1B9F48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B9F48 is #E460B7. Grayscale: #6D6D6D. Windows color (decimal): -14966968 or 4759323. OLE color: 4759323.

HSL color Cylindrical-coordinate representation of color #1B9F48: hue angle of 140.45º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B9F48 is Cyan = 0.83, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB2715972-
CMYK0.8300.550.38
HSL140.45º70.97%36.47%-
HSV(B)140.45º83.02%62.35%-
XYZ14.0225.510.31-
YUV109.61106.7769.07-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.47%
GREEN value IS 159 (62.5% from 255) = 61.63%
BLUE value IS 72 (28.52% from 255) = 27.91%
R=10.47%
G=61.63%
B=27.91%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal27159720.8300.550.38140.4570.9736.47
Hex1B9F4853037268c4724
Octal332371101230674621410744
Binary1101110011111100100010100110110111100110100011001000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B9F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B9F48; }

 p { color: rgb(27,159,72); }

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

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

 a { background-color: rgb(27,159,72); }

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

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

 span { border-color: rgb(27,159,72); }

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