#1CA249

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

Shades of Pigment Green #1CA249

Tints of Pigment Green #1CA249

Color information

#1CA249 (or 0x1CA249) is unknown color: approx Pigment Green. HEX triplet: 1C, A2 and 49. RGB value is (28,162,73). Sum of RGB (Red+Green+Blue) = 28+162+73=263 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.65% from 263); Green value is 162 (63.67% from 255 or 61.60% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 162 - color contains mainly: green. Hex color #1CA249 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CA249 is #E35DB6. Grayscale: #707070. Windows color (decimal): -14900663 or 4825628. OLE color: 4825628.

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

Color convert

RGB2816273-
CMYK0.8300.550.36
HSL140.15º70.53%37.25%-
HSV(B)140.15º82.72%63.53%-
XYZ14.626.5710.66-
YUV111.79106.1168.24-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.65%
GREEN value IS 162 (63.67% from 255) = 61.60%
BLUE value IS 73 (28.91% from 255) = 27.76%
R=10.65%
G=61.60%
B=27.76%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal28162730.8300.550.36140.1570.5337.25
Hex1CA24953037248c4725
Octal342421111230674421410745
Binary1110010100010100100110100110110111100100100011001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,162,73); }

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

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

 a { background-color: rgb(28,162,73); }

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

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

 span { border-color: rgb(28,162,73); }

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