#1C964F

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

Shades of Sea Green #1C964F

Tints of Sea Green #1C964F

Color information

#1C964F (or 0x1C964F) is unknown color: approx Sea Green. HEX triplet: 1C, 96 and 4F. RGB value is (28,150,79). Sum of RGB (Red+Green+Blue) = 28+150+79=257 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.89% from 257); Green value is 150 (58.98% from 255 or 58.37% from 257); Blue value is 79 (31.25% from 255 or 30.74% from 257); Max value from RGB is 150 - color contains mainly: green. Hex color #1C964F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C964F is #E369B0. Grayscale: #696969. Windows color (decimal): -14903729 or 5215772. OLE color: 5215772.

HSL color Cylindrical-coordinate representation of color #1C964F: hue angle of 145.08º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C964F is Cyan = 0.81, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB2815079-
CMYK0.8100.470.41
HSL145.08º68.54%34.9%-
HSV(B)145.08º81.33%58.82%-
XYZ12.822.6211.09-
YUV105.43113.0872.77-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.89%
GREEN value IS 150 (58.98% from 255) = 58.37%
BLUE value IS 79 (31.25% from 255) = 30.74%
R=10.89%
G=58.37%
B=30.74%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal28150790.8100.470.41145.0868.5434.9
Hex1C964F5102F29914523
Octal342261171210575122110543
Binary1110010010110100111110100010101111101001100100011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C964F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,150,79); }

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

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

 a { background-color: rgb(28,150,79); }

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

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

 span { border-color: rgb(28,150,79); }

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