Html Css Color HEX #1F9650 Sea Green

📋 copy color: '#1F9650'

red 31 ◦ green 150 ◦ blue 80

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

Shades of Sea Green #1F9650

Tints of Sea Green #1F9650

RGB

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

 GREEN value IS 150 (58.98% from 255) = 57.47%

 BLUE value IS 80 (31.64% from 255) = 30.65%

R = 11.88%
G = 57.47%
B = 30.65%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#1F9650 (or 0x1F9650) is known color: Sea Green. HEX triplet: 1F, 96 and 50. RGB value is (31,150,80). Sum of RGB (Red+Green+Blue) = 31+150+80=261 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.88% from 261); Green value is 150 (58.98% from 255 or 57.47% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 150 - color contains mainly: green. Hex color #1F9650 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9650 is #E069AF. Grayscale: #6A6A6A. Windows color (decimal): -14707120 or 5281311. OLE color: 5281311.

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

Color convert

RGB 31 150 80 -
CMYK 0.79 0 0.47 0.41
HSL 144.71º 0.66% 0.35% -
HSV(B) 144.71º 0.79% 0.59% -
XYZ 12.92 22.68 11.29 -
YUV 106.44 113.08 74.19 -
System Red Green Blue C M Y K H S L
Decimal 31 150 80 0.79 0 0.47 0.41 144.71 0.66 0.35
Hex 1F 96 50 4F 0 2F 29 91 42 23
Octal 37 226 120 117 0 57 51 221 102 43
Binary 11111 10010110 1010000 1001111 0 101111 101001 10010001 1000010 100011

Color Harmonies of #1F9650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9650

Black with #1F9650

Text Example


Text Example

White with #1F9650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,150,80); }

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

background-color css

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

 a { background-color: rgb(31,150,80); }

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

border-color css

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

 span { border-color: rgb(31,150,80); }

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