#1BA242

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

Shades of Pigment Green #1BA242

Tints of Pigment Green #1BA242

Color information

#1BA242 (or 0x1BA242) is unknown color: approx Pigment Green. HEX triplet: 1B, A2 and 42. RGB value is (27,162,66). Sum of RGB (Red+Green+Blue) = 27+162+66=255 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.59% from 255); Green value is 162 (63.67% from 255 or 63.53% from 255); Blue value is 66 (26.17% from 255 or 25.88% from 255); Max value from RGB is 162 - color contains mainly: green. Hex color #1BA242 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BA242 is #E45DBD. Grayscale: #6E6E6E. Windows color (decimal): -14966206 or 4366875. OLE color: 4366875.

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

Color convert

RGB2716266-
CMYK0.8300.590.36
HSL137.33º71.43%37.06%-
HSV(B)137.33º83.33%63.53%-
XYZ14.3626.479.51-
YUV110.69102.7768.31-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.59%
GREEN value IS 162 (63.67% from 255) = 63.53%
BLUE value IS 66 (26.17% from 255) = 25.88%
R=10.59%
G=63.53%
B=25.88%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal27162660.8300.590.36137.3371.4337.06
Hex1BA2425303B24894725
Octal332421021230734421110745
Binary1101110100010100001010100110111011100100100010011000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BA242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,162,66); }

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

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

 a { background-color: rgb(27,162,66); }

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

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

 span { border-color: rgb(27,162,66); }

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