#239248

Color #239248 Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Green #239248

Tints of Sea Green #239248

Color information

#239248 (or 0x239248) is unknown color: approx Sea Green. HEX triplet: 23, 92 and 48. RGB value is (35,146,72). Sum of RGB (Red+Green+Blue) = 35+146+72=253 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.83% from 253); Green value is 146 (57.42% from 255 or 57.71% from 253); Blue value is 72 (28.52% from 255 or 28.46% from 253); Max value from RGB is 146 - color contains mainly: green. Hex color #239248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #239248 is #DC6DB7. Grayscale: #686868. Windows color (decimal): -14446008 or 4756003. OLE color: 4756003.

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

Color convert

RGB3514672-
CMYK0.7600.510.43
HSL140º61.33%35.49%-
HSV(B)140º76.03%57.25%-
XYZ12.1421.389.62-
YUV104.38109.7378.52-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.83%
GREEN value IS 146 (57.42% from 255) = 57.71%
BLUE value IS 72 (28.52% from 255) = 28.46%
R=13.83%
G=57.71%
B=28.46%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal35146720.7600.510.4314061.3335.49
Hex2392484C0332B8c3d23
Octal43222110114063532147543
Binary1000111001001010010001001100011001110101110001100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #239248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #239248; }

 p { color: rgb(35,146,72); }

 H1.HeaderClassName
 {
   color: #239248;
 }
 .AnyTagClassName
 {
   color: #239248;
 }
</style>
background-color css

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

 a { background-color: rgb(35,146,72); }

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

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

 span { border-color: rgb(35,146,72); }

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