#1BAF58

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

Shades of Pigment Green #1BAF58

Tints of Pigment Green #1BAF58

Color information

#1BAF58 (or 0x1BAF58) is unknown color: approx Pigment Green. HEX triplet: 1B, AF and 58. RGB value is (27,175,88). Sum of RGB (Red+Green+Blue) = 27+175+88=290 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.31% from 290); Green value is 175 (68.75% from 255 or 60.34% from 290); Blue value is 88 (34.77% from 255 or 30.34% from 290); Max value from RGB is 175 - color contains mainly: green. Hex color #1BAF58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BAF58 is #E450A7. Grayscale: #797979. Windows color (decimal): -14962856 or 5811995. OLE color: 5811995.

HSL color Cylindrical-coordinate representation of color #1BAF58: hue angle of 144.73º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BAF58 is Cyan = 0.85, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB2717588-
CMYK0.8500.500.31
HSL144.73º73.27%39.61%-
HSV(B)144.73º84.57%68.63%-
XYZ17.5431.614.41-
YUV120.83109.4761.07-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.31%
GREEN value IS 175 (68.75% from 255) = 60.34%
BLUE value IS 88 (34.77% from 255) = 30.34%
R=9.31%
G=60.34%
B=30.34%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal27175880.8500.500.31144.7373.2739.61
Hex1BAF58550321F914928
Octal332571301250623722111150
Binary110111010111110110001010101011001011111100100011001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BAF58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,175,88); }

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

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

 a { background-color: rgb(27,175,88); }

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

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

 span { border-color: rgb(27,175,88); }

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