#1F9B52

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

Shades of Sea Green #1F9B52

Tints of Sea Green #1F9B52

Color information

#1F9B52 (or 0x1F9B52) is unknown color: approx Sea Green. HEX triplet: 1F, 9B and 52. RGB value is (31,155,82). Sum of RGB (Red+Green+Blue) = 31+155+82=268 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.57% from 268); Green value is 155 (60.94% from 255 or 57.84% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 155 - color contains mainly: green. Hex color #1F9B52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9B52 is #E064AD. Grayscale: #6D6D6D. Windows color (decimal): -14705838 or 5413663. OLE color: 5413663.

HSL color Cylindrical-coordinate representation of color #1F9B52: hue angle of 144.68º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9B52 is Cyan = 0.8, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.39.

Color convert

RGB3115582-
CMYK0.800.470.39
HSL144.68º66.67%36.47%-
HSV(B)144.68º80%60.78%-
XYZ13.8124.3411.95-
YUV109.6112.4271.94-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.57%
GREEN value IS 155 (60.94% from 255) = 57.84%
BLUE value IS 82 (32.42% from 255) = 30.60%
R=11.57%
G=57.84%
B=30.60%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal31155820.800.470.39144.6866.6736.47
Hex1F9B525002F27914324
Octal372331221200574722110344
Binary1111110011011101001010100000101111100111100100011000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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