#1CA747

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

Shades of Pigment Green #1CA747

Tints of Pigment Green #1CA747

Color information

#1CA747 (or 0x1CA747) is unknown color: approx Pigment Green. HEX triplet: 1C, A7 and 47. RGB value is (28,167,71). Sum of RGB (Red+Green+Blue) = 28+167+71=266 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.53% from 266); Green value is 167 (65.62% from 255 or 62.78% from 266); Blue value is 71 (28.12% from 255 or 26.69% from 266); Max value from RGB is 167 - color contains mainly: green. Hex color #1CA747 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CA747 is #E358B8. Grayscale: #727272. Windows color (decimal): -14899385 or 4695836. OLE color: 4695836.

HSL color Cylindrical-coordinate representation of color #1CA747: hue angle of 138.56º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA747 is Cyan = 0.83, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB2816771-
CMYK0.8300.570.35
HSL138.56º71.28%38.24%-
HSV(B)138.56º83.23%65.49%-
XYZ15.4328.3410.62-
YUV114.49103.4566.31-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.53%
GREEN value IS 167 (65.62% from 255) = 62.78%
BLUE value IS 71 (28.12% from 255) = 26.69%
R=10.53%
G=62.78%
B=26.69%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal28167710.8300.570.35138.5671.2838.24
Hex1CA74753039238b4726
Octal342471071230714321310746
Binary1110010100111100011110100110111001100011100010111000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,167,71); }

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

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

 a { background-color: rgb(28,167,71); }

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

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

 span { border-color: rgb(28,167,71); }

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