#1CA538

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

Shades of Dark Pastel Green #1CA538

Tints of Dark Pastel Green #1CA538

Color information

#1CA538 (or 0x1CA538) is unknown color: approx Dark Pastel Green. HEX triplet: 1C, A5 and 38. RGB value is (28,165,56). Sum of RGB (Red+Green+Blue) = 28+165+56=249 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.24% from 249); Green value is 165 (64.84% from 255 or 66.27% from 249); Blue value is 56 (22.27% from 255 or 22.49% from 249); Max value from RGB is 165 - color contains mainly: green. Hex color #1CA538 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CA538 is #E35AC7. Grayscale: #6F6F6F. Windows color (decimal): -14899912 or 3712284. OLE color: 3712284.

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

Color convert

RGB2816556-
CMYK0.8300.660.35
HSL132.26º70.98%37.84%-
HSV(B)132.26º83.03%64.71%-
XYZ14.6527.448.27-
YUV111.6196.6168.36-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.24%
GREEN value IS 165 (64.84% from 255) = 66.27%
BLUE value IS 56 (22.27% from 255) = 22.49%
R=11.24%
G=66.27%
B=22.49%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal28165560.8300.660.35132.2670.9837.84
Hex1CA5385304223844726
Octal342457012301024320410746
Binary1110010100101111000101001101000010100011100001001000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,165,56); }

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

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

 a { background-color: rgb(28,165,56); }

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

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

 span { border-color: rgb(28,165,56); }

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