Html Css Color HEX #1F9352 Sea Green

📋 copy color: '#1F9352'

red 31 ◦ green 147 ◦ blue 82

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

Shades of Sea Green #1F9352

Tints of Sea Green #1F9352

RGB

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

 GREEN value IS 147 (57.81% from 255) = 56.54%

 BLUE value IS 82 (32.42% from 255) = 31.54%

R = 11.92%
G = 56.54%
B = 31.54%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#1F9352 (or 0x1F9352) is known color: Sea Green. HEX triplet: 1F, 93 and 52. RGB value is (31,147,82). Sum of RGB (Red+Green+Blue) = 31+147+82=260 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.92% from 260); Green value is 147 (57.81% from 255 or 56.54% from 260); Blue value is 82 (32.42% from 255 or 31.54% from 260); Max value from RGB is 147 - color contains mainly: green. Hex color #1F9352 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9352 is #E06CAD. Grayscale: #696969. Windows color (decimal): -14707886 or 5411615. OLE color: 5411615.

HSL color Cylindrical-coordinate representation of color #1F9352: hue angle of 146.38º 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 #1F9352 is Cyan = 0.79, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB 31 147 82 -
CMYK 0.79 0 0.44 0.42
HSL 146.38º 0.65% 0.35% -
HSV(B) 146.38º 0.79% 0.58% -
XYZ 12.52 21.77 11.52 -
YUV 104.91 115.07 75.29 -
System Red Green Blue C M Y K H S L
Decimal 31 147 82 0.79 0 0.44 0.42 146.38 0.65 0.35
Hex 1F 93 52 4F 0 2C 2A 92 41 23
Octal 37 223 122 117 0 54 52 222 101 43
Binary 11111 10010011 1010010 1001111 0 101100 101010 10010010 1000001 100011

Color Harmonies of #1F9352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9352

Black with #1F9352

Text Example


Text Example

White with #1F9352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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