#1CBA4E

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

Shades of Dark Pastel Green #1CBA4E

Tints of Dark Pastel Green #1CBA4E

Color information

#1CBA4E (or 0x1CBA4E) is unknown color: approx Dark Pastel Green. HEX triplet: 1C, BA and 4E. RGB value is (28,186,78). Sum of RGB (Red+Green+Blue) = 28+186+78=292 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.59% from 292); Green value is 186 (73.05% from 255 or 63.70% from 292); Blue value is 78 (30.86% from 255 or 26.71% from 292); Max value from RGB is 186 - color contains mainly: green. Hex color #1CBA4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CBA4E is #E345B1. Grayscale: #7E7E7E. Windows color (decimal): -14894514 or 5159452. OLE color: 5159452.

HSL color Cylindrical-coordinate representation of color #1CBA4E: hue angle of 138.99º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBA4E is Cyan = 0.85, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB2818678-
CMYK0.8500.580.27
HSL138.99º73.83%41.96%-
HSV(B)138.99º84.95%72.94%-
XYZ19.4135.9113.12-
YUV126.45100.6557.78-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.59%
GREEN value IS 186 (73.05% from 255) = 63.70%
BLUE value IS 78 (30.86% from 255) = 26.71%
R=9.59%
G=63.70%
B=26.71%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal28186780.8500.580.27138.9973.8341.96
Hex1CBA4E5503A1B8b4a2a
Octal342721161250723321311252
Binary111001011101010011101010101011101011011100010111001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CBA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,186,78); }

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

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

 a { background-color: rgb(28,186,78); }

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

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

 span { border-color: rgb(28,186,78); }

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