#1c934b

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

Shades of Sea Green #1C934B

Tints of Sea Green #1C934B

Color information

#1C934B (or 0x1C934B) is unknown color: approx Sea Green. HEX triplet: 1C, 93 and 4B. RGB value is (28,147,75). Sum of RGB (Red+Green+Blue) = 28+147+75=250 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.2% from 250); Green value is 147 (57.81% from 255 or 58.8% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 147 - color contains mainly: green. Hex color #1C934B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C934B is #E36CB4. Grayscale: #676767. Windows color (decimal): -14904501 or 4952860. OLE color: 4952860.

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

Color convert

RGB2814775-
CMYK0.8100.490.42
HSL143.7º68%34.31%-
HSV(B)143.7º80.95%57.65%-
XYZ12.1821.6210.19-
YUV103.21112.0874.35-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.2%
GREEN value IS 147 (57.81% from 255) = 58.8%
BLUE value IS 75 (29.69% from 255) = 30%
R=11.2%
G=58.8%
B=30%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal28147750.8100.490.42143.76834.31
Hex1C934B510312A904422
Octal342231131210615222010442
Binary1110010010011100101110100010110001101010100100001000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c934b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,147,75); }

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

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

 a { background-color: rgb(28,147,75); }

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

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

 span { border-color: rgb(28,147,75); }

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