Html Css Color HEX #1F945C Sea Green

📋 copy color: '#1F945C'

red 31 ◦ green 148 ◦ blue 92

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

Shades of Sea Green #1F945C

Tints of Sea Green #1F945C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 54.61%

 BLUE value IS 92 (36.33% from 255) = 33.95%

R = 11.44%
G = 54.61%
B = 33.95%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#1F945C (or 0x1F945C) is known color: Sea Green. HEX triplet: 1F, 94 and 5C. RGB value is (31,148,92). Sum of RGB (Red+Green+Blue) = 31+148+92=271 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.44% from 271); Green value is 148 (58.20% from 255 or 54.61% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 148 - color contains mainly: green. Hex color #1F945C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F945C is #E06BA3. Grayscale: #6A6A6A. Windows color (decimal): -14707620 or 6067231. OLE color: 6067231.

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

Color convert

RGB 31 148 92 -
CMYK 0.79 0 0.38 0.42
HSL 151.28º 0.65% 0.35% -
HSV(B) 151.28º 0.79% 0.58% -
XYZ 13.09 22.24 13.73 -
YUV 106.63 119.74 74.05 -
System Red Green Blue C M Y K H S L
Decimal 31 148 92 0.79 0 0.38 0.42 151.28 0.65 0.35
Hex 1F 94 5C 4F 0 26 2A 97 41 23
Octal 37 224 134 117 0 46 52 227 101 43
Binary 11111 10010100 1011100 1001111 0 100110 101010 10010111 1000001 100011

Color Harmonies of #1F945C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F945C

Black with #1F945C

Text Example


Text Example

White with #1F945C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,148,92); }

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

background-color css

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

 a { background-color: rgb(31,148,92); }

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

border-color css

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

 span { border-color: rgb(31,148,92); }

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