#1F8C4B

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

Shades of Sea Green #1F8C4B

Tints of Sea Green #1F8C4B

Color information

#1F8C4B (or 0x1F8C4B) is unknown color: approx Sea Green. HEX triplet: 1F, 8C and 4B. RGB value is (31,140,75). Sum of RGB (Red+Green+Blue) = 31+140+75=246 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.60% from 246); Green value is 140 (55.08% from 255 or 56.91% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 140 - color contains mainly: green. Hex color #1F8C4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8C4B is #E073B4. Grayscale: #646464. Windows color (decimal): -14709685 or 4951071. OLE color: 4951071.

HSL color Cylindrical-coordinate representation of color #1F8C4B: hue angle of 144.22º 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 #1F8C4B is Cyan = 0.78, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB3114075-
CMYK0.7800.460.45
HSL144.22º63.74%33.53%-
HSV(B)144.22º77.86%54.9%-
XYZ11.2119.569.84-
YUV100113.8978.79-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.60%
GREEN value IS 140 (55.08% from 255) = 56.91%
BLUE value IS 75 (29.69% from 255) = 30.49%
R=12.60%
G=56.91%
B=30.49%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal31140750.7800.460.45144.2263.7433.53
Hex1F8C4B4E02E2D904022
Octal372141131160565522010042
Binary1111110001100100101110011100101110101101100100001000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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