#1BAA3C

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

Shades of Dark Pastel Green #1BAA3C

Tints of Dark Pastel Green #1BAA3C

Color information

#1BAA3C (or 0x1BAA3C) is unknown color: approx Dark Pastel Green. HEX triplet: 1B, AA and 3C. RGB value is (27,170,60). Sum of RGB (Red+Green+Blue) = 27+170+60=257 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.51% from 257); Green value is 170 (66.80% from 255 or 66.15% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 170 - color contains mainly: green. Hex color #1BAA3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BAA3C is #E455C3. Grayscale: #727272. Windows color (decimal): -14964164 or 3975707. OLE color: 3975707.

HSL color Cylindrical-coordinate representation of color #1BAA3C: hue angle of 133.85º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BAA3C is Cyan = 0.84, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB2717060-
CMYK0.8400.650.33
HSL133.85º72.59%38.63%-
HSV(B)133.85º84.12%66.67%-
XYZ15.6429.319.11-
YUV114.797.1265.44-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.51%
GREEN value IS 170 (66.80% from 255) = 66.15%
BLUE value IS 60 (23.83% from 255) = 23.35%
R=10.51%
G=66.15%
B=23.35%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal27170600.8400.650.33133.8572.5938.63
Hex1BAA3C5404121864927
Octal332527412401014120611147
Binary1101110101010111100101010001000001100001100001101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BAA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,170,60); }

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

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

 a { background-color: rgb(27,170,60); }

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

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

 span { border-color: rgb(27,170,60); }

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