#1F934B

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

Shades of Sea Green #1F934B

Tints of Sea Green #1F934B

Color information

#1F934B (or 0x1F934B) is unknown color: approx Sea Green. HEX triplet: 1F, 93 and 4B. RGB value is (31,147,75). Sum of RGB (Red+Green+Blue) = 31+147+75=253 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.25% from 253); Green value is 147 (57.81% from 255 or 58.10% from 253); Blue value is 75 (29.69% from 255 or 29.64% from 253); Max value from RGB is 147 - color contains mainly: green. Hex color #1F934B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F934B is #E06CB4. Grayscale: #686868. Windows color (decimal): -14707893 or 4952863. OLE color: 4952863.

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

Color convert

RGB3114775-
CMYK0.7900.490.42
HSL142.76º65.17%34.9%-
HSV(B)142.76º78.91%57.65%-
XYZ12.2721.6710.19-
YUV104.11111.5775.85-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.25%
GREEN value IS 147 (57.81% from 255) = 58.10%
BLUE value IS 75 (29.69% from 255) = 29.64%
R=12.25%
G=58.10%
B=29.64%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal31147750.7900.490.42142.7665.1734.9
Hex1F934B4F0312A8f4123
Octal372231131170615221710143
Binary1111110010011100101110011110110001101010100011111000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F934B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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