#1CA240

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

Shades of Pigment Green #1CA240

Tints of Pigment Green #1CA240

Color information

#1CA240 (or 0x1CA240) is unknown color: approx Pigment Green. HEX triplet: 1C, A2 and 40. RGB value is (28,162,64). Sum of RGB (Red+Green+Blue) = 28+162+64=254 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.02% from 254); Green value is 162 (63.67% from 255 or 63.78% from 254); Blue value is 64 (25.39% from 255 or 25.20% from 254); Max value from RGB is 162 - color contains mainly: green. Hex color #1CA240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CA240 is #E35DBF. Grayscale: #6F6F6F. Windows color (decimal): -14900672 or 4235804. OLE color: 4235804.

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

Color convert

RGB2816264-
CMYK0.8300.600.36
HSL136.12º70.53%37.25%-
HSV(B)136.12º82.72%63.53%-
XYZ14.3226.469.2-
YUV110.76101.6168.97-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.02%
GREEN value IS 162 (63.67% from 255) = 63.78%
BLUE value IS 64 (25.39% from 255) = 25.20%
R=11.02%
G=63.78%
B=25.20%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal28162640.8300.600.36136.1270.5337.25
Hex1CA2405303C24884725
Octal342421001230744421010745
Binary1110010100010100000010100110111100100100100010001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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