Html Css Color HEX #248548 Sea Green

📋 copy color: '#248548'

red 36 ◦ green 133 ◦ blue 72

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

Shades of Sea Green #248548

Tints of Sea Green #248548

RGB

 RED value IS 36 (14.45% from 255) = 14.94%

 GREEN value IS 133 (52.34% from 255) = 55.19%

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

R = 14.94%
G = 55.19%
B = 29.88%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#248548 (or 0x248548) is known color: Sea Green. HEX triplet: 24, 85 and 48. RGB value is (36,133,72). Sum of RGB (Red+Green+Blue) = 36+133+72=241 (31% of max value = 765). Red value is 36 (14.45% from 255 or 14.94% from 241); Green value is 133 (52.34% from 255 or 55.19% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 133 - color contains mainly: green. Hex color #248548 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248548 is #DB7AB7. Grayscale: #616161. Windows color (decimal): -14383800 or 4752676. OLE color: 4752676.

HSL color Cylindrical-coordinate representation of color #248548: hue angle of 142.27º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248548 is Cyan = 0.73, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB 36 133 72 -
CMYK 0.73 0 0.46 0.48
HSL 142.27º 0.57% 0.33% -
HSV(B) 142.27º 0.73% 0.52% -
XYZ 10.28 17.62 8.99 -
YUV 97.04 113.86 84.46 -
System Red Green Blue C M Y K H S L
Decimal 36 133 72 0.73 0 0.46 0.48 142.27 0.57 0.33
Hex 24 85 48 49 0 2E 30 8E 39 21
Octal 44 205 110 111 0 56 60 216 71 41
Binary 100100 10000101 1001000 1001001 0 101110 110000 10001110 111001 100001

Color Harmonies of #248548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248548

Black with #248548

Text Example


Text Example

White with #248548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248548; }

 p { color: rgb(36,133,72); }

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

background-color css

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

 a { background-color: rgb(36,133,72); }

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

border-color css

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

 span { border-color: rgb(36,133,72); }

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