#1BB75D

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

Shades of Pigment Green #1BB75D

Tints of Pigment Green #1BB75D

Color information

#1BB75D (or 0x1BB75D) is unknown color: approx Pigment Green. HEX triplet: 1B, B7 and 5D. RGB value is (27,183,93). Sum of RGB (Red+Green+Blue) = 27+183+93=303 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.91% from 303); Green value is 183 (71.88% from 255 or 60.40% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 183 - color contains mainly: green. Hex color #1BB75D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BB75D is #E448A2. Grayscale: #7E7E7E. Windows color (decimal): -14960803 or 6141723. OLE color: 6141723.

HSL color Cylindrical-coordinate representation of color #1BB75D: hue angle of 145.38º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BB75D is Cyan = 0.85, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB2718393-
CMYK0.8500.490.28
HSL145.38º74.29%41.18%-
HSV(B)145.38º85.25%71.76%-
XYZ19.3634.8916.07-
YUV126.1109.3257.32-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.91%
GREEN value IS 183 (71.88% from 255) = 60.40%
BLUE value IS 93 (36.72% from 255) = 30.69%
R=8.91%
G=60.40%
B=30.69%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal27183930.8500.490.28145.3874.2941.18
Hex1BB75D550311C914a29
Octal332671351250613422111251
Binary110111011011110111011010101011000111100100100011001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BB75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,183,93); }

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

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

 a { background-color: rgb(27,183,93); }

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

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

 span { border-color: rgb(27,183,93); }

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