#1C9142

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

Shades of Sea Green #1C9142

Tints of Sea Green #1C9142

Color information

#1C9142 (or 0x1C9142) is unknown color: approx Sea Green. HEX triplet: 1C, 91 and 42. RGB value is (28,145,66). Sum of RGB (Red+Green+Blue) = 28+145+66=239 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.72% from 239); Green value is 145 (57.03% from 255 or 60.67% from 239); Blue value is 66 (26.17% from 255 or 27.62% from 239); Max value from RGB is 145 - color contains mainly: green. Hex color #1C9142 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C9142 is #E36EBD. Grayscale: #656565. Windows color (decimal): -14905022 or 4362524. OLE color: 4362524.

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

Color convert

RGB2814566-
CMYK0.8100.540.43
HSL139.49º67.63%33.92%-
HSV(B)139.49º80.69%56.86%-
XYZ11.5920.898.58-
YUV101.01108.2475.92-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.72%
GREEN value IS 145 (57.03% from 255) = 60.67%
BLUE value IS 66 (26.17% from 255) = 27.62%
R=11.72%
G=60.67%
B=27.62%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal28145660.8100.540.43139.4967.6333.92
Hex1C9142510362B8b4422
Octal342211021210665321310442
Binary1110010010001100001010100010110110101011100010111000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C9142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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