#1BAE2C

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

Shades of Dark Pastel Green #1BAE2C

Tints of Dark Pastel Green #1BAE2C

Color information

#1BAE2C (or 0x1BAE2C) is unknown color: approx Dark Pastel Green. HEX triplet: 1B, AE and 2C. RGB value is (27,174,44). Sum of RGB (Red+Green+Blue) = 27+174+44=245 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.02% from 245); Green value is 174 (68.36% from 255 or 71.02% from 245); Blue value is 44 (17.58% from 255 or 17.96% from 245); Max value from RGB is 174 - color contains mainly: green. Hex color #1BAE2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BAE2C is #E451D3. Grayscale: #737373. Windows color (decimal): -14963156 or 2928155. OLE color: 2928155.

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

Color convert

RGB2717444-
CMYK0.8400.750.32
HSL126.94º73.13%39.41%-
HSV(B)126.94º84.48%68.24%-
XYZ16.0430.697.46-
YUV115.2387.865.07-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.02%
GREEN value IS 174 (68.36% from 255) = 71.02%
BLUE value IS 44 (17.58% from 255) = 17.96%
R=11.02%
G=71.02%
B=17.96%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal27174440.8400.750.32126.9473.1339.41
Hex1BAE2C5404B207f4927
Octal332565412401134017711147
Binary110111010111010110010101000100101110000011111111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BAE2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,174,44); }

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

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

 a { background-color: rgb(27,174,44); }

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

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

 span { border-color: rgb(27,174,44); }

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