Html Css Color HEX #1F9155 Sea Green

📋 copy color: '#1F9155'

red 31 ◦ green 145 ◦ blue 85

#1F9155
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Green #1F9155

Tints of Sea Green #1F9155

RGB

 RED value IS 31 (12.5% from 255) = 11.88%

 GREEN value IS 145 (57.03% from 255) = 55.56%

 BLUE value IS 85 (33.59% from 255) = 32.57%

R = 11.88%
G = 55.56%
B = 32.57%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.41

 K value IS 0.43

RGB Variations

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

Color information

#1F9155 (or 0x1F9155) is known color: Sea Green. HEX triplet: 1F, 91 and 55. RGB value is (31,145,85). Sum of RGB (Red+Green+Blue) = 31+145+85=261 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.88% from 261); Green value is 145 (57.03% from 255 or 55.56% from 261); Blue value is 85 (33.59% from 255 or 32.57% from 261); Max value from RGB is 145 - color contains mainly: green. Hex color #1F9155 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9155 is #E06EAA. Grayscale: #686868. Windows color (decimal): -14708395 or 5607711. OLE color: 5607711.

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

Color convert

RGB 31 145 85 -
CMYK 0.79 0 0.41 0.43
HSL 148.42º 0.65% 0.35% -
HSV(B) 148.42º 0.79% 0.57% -
XYZ 12.33 21.2 12.04 -
YUV 104.07 117.23 75.88 -
System Red Green Blue C M Y K H S L
Decimal 31 145 85 0.79 0 0.41 0.43 148.42 0.65 0.35
Hex 1F 91 55 4F 0 29 2B 94 41 23
Octal 37 221 125 117 0 51 53 224 101 43
Binary 11111 10010001 1010101 1001111 0 101001 101011 10010100 1000001 100011

Color Harmonies of #1F9155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9155

Black with #1F9155

Text Example


Text Example

White with #1F9155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,145,85); }

 H1.HeaderClassName
 {
   color: #1F9155;
 }
 .AnyTagClassName
 {
   color: #1F9155;
 }
</style>

background-color css

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

 a { background-color: rgb(31,145,85); }

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

border-color css

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

 span { border-color: rgb(31,145,85); }

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