#1BA340

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

Shades of Pigment Green #1BA340

Tints of Pigment Green #1BA340

Color information

#1BA340 (or 0x1BA340) is unknown color: approx Pigment Green. HEX triplet: 1B, A3 and 40. RGB value is (27,163,64). Sum of RGB (Red+Green+Blue) = 27+163+64=254 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.63% from 254); Green value is 163 (64.06% from 255 or 64.17% from 254); Blue value is 64 (25.39% from 255 or 25.20% from 254); Max value from RGB is 163 - color contains mainly: green. Hex color #1BA340 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BA340 is #E45CBF. Grayscale: #6F6F6F. Windows color (decimal): -14965952 or 4236059. OLE color: 4236059.

HSL color Cylindrical-coordinate representation of color #1BA340: hue angle of 136.32º degrees, saturation: 0.72, 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 #1BA340 is Cyan = 0.83, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB2716364-
CMYK0.8300.610.36
HSL136.32º71.58%37.25%-
HSV(B)136.32º83.44%63.92%-
XYZ14.4726.89.26-
YUV111.05101.4468.05-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.63%
GREEN value IS 163 (64.06% from 255) = 64.17%
BLUE value IS 64 (25.39% from 255) = 25.20%
R=10.63%
G=64.17%
B=25.20%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal27163640.8300.610.36136.3271.5837.25
Hex1BA3405303D24884825
Octal332431001230754421011045
Binary1101110100011100000010100110111101100100100010001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BA340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,163,64); }

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

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

 a { background-color: rgb(27,163,64); }

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

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

 span { border-color: rgb(27,163,64); }

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