#248F41

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

Shades of Sea Green #248F41

Tints of Sea Green #248F41

Color information

#248F41 (or 0x248F41) is unknown color: approx Sea Green. HEX triplet: 24, 8F and 41. RGB value is (36,143,65). Sum of RGB (Red+Green+Blue) = 36+143+65=244 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.75% from 244); Green value is 143 (56.25% from 255 or 58.61% from 244); Blue value is 65 (25.78% from 255 or 26.64% from 244); Max value from RGB is 143 - color contains mainly: green. Hex color #248F41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248F41 is #DB70BE. Grayscale: #666666. Windows color (decimal): -14381247 or 4296484. OLE color: 4296484.

HSL color Cylindrical-coordinate representation of color #248F41: hue angle of 136.26º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #248F41 is Cyan = 0.75, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB3614365-
CMYK0.7500.550.44
HSL136.26º59.78%35.1%-
HSV(B)136.26º74.83%56.08%-
XYZ11.520.48.33-
YUV102.11107.0580.84-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.75%
GREEN value IS 143 (56.25% from 255) = 58.61%
BLUE value IS 65 (25.78% from 255) = 26.64%
R=14.75%
G=58.61%
B=26.64%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal36143650.7500.550.44136.2659.7835.1
Hex248F414B0372C883c23
Octal44217101113067542107443
Binary1001001000111110000011001011011011110110010001000111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248F41; }

 p { color: rgb(36,143,65); }

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

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

 a { background-color: rgb(36,143,65); }

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

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

 span { border-color: rgb(36,143,65); }

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