Html Css Color HEX #209148 Sea Green

📋 copy color: '#209148'

red 32 ◦ green 145 ◦ blue 72

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

Shades of Sea Green #209148

Tints of Sea Green #209148

RGB

 RED value IS 32 (12.89% from 255) = 12.85%

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

 BLUE value IS 72 (28.52% from 255) = 28.92%

R = 12.85%
G = 58.23%
B = 28.92%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.50

 K value IS 0.43

RGB Variations

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

Color information

#209148 (or 0x209148) is known color: Sea Green. HEX triplet: 20, 91 and 48. RGB value is (32,145,72). Sum of RGB (Red+Green+Blue) = 32+145+72=249 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.85% from 249); Green value is 145 (57.03% from 255 or 58.23% from 249); Blue value is 72 (28.52% from 255 or 28.92% from 249); Max value from RGB is 145 - color contains mainly: green. Hex color #209148 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #209148 is #DF6EB7. Grayscale: #676767. Windows color (decimal): -14642872 or 4755744. OLE color: 4755744.

HSL color Cylindrical-coordinate representation of color #209148: hue angle of 141.24º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #209148 is Cyan = 0.78, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB 32 145 72 -
CMYK 0.78 0 0.50 0.43
HSL 141.24º 0.64% 0.35% -
HSV(B) 141.24º 0.78% 0.57% -
XYZ 11.89 21.03 9.56 -
YUV 102.89 110.56 77.44 -
System Red Green Blue C M Y K H S L
Decimal 32 145 72 0.78 0 0.50 0.43 141.24 0.64 0.35
Hex 20 91 48 4E 0 32 2B 8D 40 23
Octal 40 221 110 116 0 62 53 215 100 43
Binary 100000 10010001 1001000 1001110 0 110010 101011 10001101 1000000 100011

Color Harmonies of #209148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209148

Black with #209148

Text Example


Text Example

White with #209148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209148; }

 p { color: rgb(32,145,72); }

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

background-color css

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

 a { background-color: rgb(32,145,72); }

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

border-color css

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

 span { border-color: rgb(32,145,72); }

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