#1C9148

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

Shades of Sea Green #1C9148

Tints of Sea Green #1C9148

Color information

#1C9148 (or 0x1C9148) is unknown color: approx Sea Green. HEX triplet: 1C, 91 and 48. RGB value is (28,145,72). Sum of RGB (Red+Green+Blue) = 28+145+72=245 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.43% from 245); Green value is 145 (57.03% from 255 or 59.18% from 245); Blue value is 72 (28.52% from 255 or 29.39% from 245); Max value from RGB is 145 - color contains mainly: green. Hex color #1C9148 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C9148 is #E36EB7. Grayscale: #656565. Windows color (decimal): -14905016 or 4755740. OLE color: 4755740.

HSL color Cylindrical-coordinate representation of color #1C9148: hue angle of 142.56º 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 #1C9148 is Cyan = 0.81, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB2814572-
CMYK0.8100.500.43
HSL142.56º67.63%33.92%-
HSV(B)142.56º80.69%56.86%-
XYZ11.7720.979.56-
YUV101.7111.2475.44-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.43%
GREEN value IS 145 (57.03% from 255) = 59.18%
BLUE value IS 72 (28.52% from 255) = 29.39%
R=11.43%
G=59.18%
B=29.39%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal28145720.8100.500.43142.5667.6333.92
Hex1C9148510322B8f4422
Octal342211101210625321710442
Binary1110010010001100100010100010110010101011100011111000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C9148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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