#1C914F

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

Shades of Sea Green #1C914F

Tints of Sea Green #1C914F

Color information

#1C914F (or 0x1C914F) is unknown color: approx Sea Green. HEX triplet: 1C, 91 and 4F. RGB value is (28,145,79). Sum of RGB (Red+Green+Blue) = 28+145+79=252 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.11% from 252); Green value is 145 (57.03% from 255 or 57.54% from 252); Blue value is 79 (31.25% from 255 or 31.35% from 252); Max value from RGB is 145 - color contains mainly: green. Hex color #1C914F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C914F is #E36EB0. Grayscale: #666666. Windows color (decimal): -14905009 or 5214492. OLE color: 5214492.

HSL color Cylindrical-coordinate representation of color #1C914F: hue angle of 146.15º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C914F is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.

Color convert

RGB2814579-
CMYK0.8100.460.43
HSL146.15º67.63%33.92%-
HSV(B)146.15º80.69%56.86%-
XYZ12.0221.0610.83-
YUV102.49114.7474.87-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.11%
GREEN value IS 145 (57.03% from 255) = 57.54%
BLUE value IS 79 (31.25% from 255) = 31.35%
R=11.11%
G=57.54%
B=31.35%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal28145790.8100.460.43146.1567.6333.92
Hex1C914F5102E2B924422
Octal342211171210565322210442
Binary1110010010001100111110100010101110101011100100101000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C914F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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