#1F8C52

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

Shades of Sea Green #1F8C52

Tints of Sea Green #1F8C52

Color information

#1F8C52 (or 0x1F8C52) is unknown color: approx Sea Green. HEX triplet: 1F, 8C and 52. RGB value is (31,140,82). Sum of RGB (Red+Green+Blue) = 31+140+82=253 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.25% from 253); Green value is 140 (55.08% from 255 or 55.34% from 253); Blue value is 82 (32.42% from 255 or 32.41% from 253); Max value from RGB is 140 - color contains mainly: green. Hex color #1F8C52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8C52 is #E073AD. Grayscale: #646464. Windows color (decimal): -14709678 or 5409823. OLE color: 5409823.

HSL color Cylindrical-coordinate representation of color #1F8C52: hue angle of 148.07º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F8C52 is Cyan = 0.78, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.

Color convert

RGB3114082-
CMYK0.7800.410.45
HSL148.07º63.74%33.53%-
HSV(B)148.07º77.86%54.9%-
XYZ11.4719.6611.17-
YUV100.8117.3978.22-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.25%
GREEN value IS 140 (55.08% from 255) = 55.34%
BLUE value IS 82 (32.42% from 255) = 32.41%
R=12.25%
G=55.34%
B=32.41%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal31140820.7800.410.45148.0763.7433.53
Hex1F8C524E0292D944022
Octal372141221160515522410042
Binary1111110001100101001010011100101001101101100101001000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,140,82); }

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

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

 a { background-color: rgb(31,140,82); }

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

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

 span { border-color: rgb(31,140,82); }

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