#1cb452

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

Shades of Pigment Green #1CB452

Tints of Pigment Green #1CB452

Color information

#1CB452 (or 0x1CB452) is unknown color: approx Pigment Green. HEX triplet: 1C, B4 and 52. RGB value is (28,180,82). Sum of RGB (Red+Green+Blue) = 28+180+82=290 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.66% from 290); Green value is 180 (70.70% from 255 or 62.07% from 290); Blue value is 82 (32.42% from 255 or 28.28% from 290); Max value from RGB is 180 - color contains mainly: green. Hex color #1CB452 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CB452 is #E34BAD. Grayscale: #7B7B7B. Windows color (decimal): -14896046 or 5420060. OLE color: 5420060.

HSL color Cylindrical-coordinate representation of color #1CB452: hue angle of 141.32º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CB452 is Cyan = 0.84, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB2818082-
CMYK0.8400.540.29
HSL141.32º73.08%40.78%-
HSV(B)141.32º84.44%70.59%-
XYZ18.3233.513.48-
YUV123.38104.6459.97-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.66%
GREEN value IS 180 (70.70% from 255) = 62.07%
BLUE value IS 82 (32.42% from 255) = 28.28%
R=9.66%
G=62.07%
B=28.28%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal28180820.8400.540.29141.3273.0840.78
Hex1CB452540361D8d4929
Octal342641221240663521511151
Binary111001011010010100101010100011011011101100011011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1cb452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,180,82); }

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

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

 a { background-color: rgb(28,180,82); }

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

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

 span { border-color: rgb(28,180,82); }

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