Html Css Color HEX #248848 Sea Green

📋 copy color: '#248848'

red 36 ◦ green 136 ◦ blue 72

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

Shades of Sea Green #248848

Tints of Sea Green #248848

RGB

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

 GREEN value IS 136 (53.52% from 255) = 55.74%

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

R = 14.75%
G = 55.74%
B = 29.51%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#248848 (or 0x248848) is known color: Sea Green. HEX triplet: 24, 88 and 48. RGB value is (36,136,72). Sum of RGB (Red+Green+Blue) = 36+136+72=244 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.75% from 244); Green value is 136 (53.52% from 255 or 55.74% from 244); Blue value is 72 (28.52% from 255 or 29.51% from 244); Max value from RGB is 136 - color contains mainly: green. Hex color #248848 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248848 is #DB77B7. Grayscale: #626262. Windows color (decimal): -14383032 or 4753444. OLE color: 4753444.

HSL color Cylindrical-coordinate representation of color #248848: hue angle of 141.6º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248848 is Cyan = 0.74, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB 36 136 72 -
CMYK 0.74 0 0.47 0.47
HSL 141.6º 0.58% 0.34% -
HSV(B) 141.6º 0.74% 0.53% -
XYZ 10.7 18.45 9.13 -
YUV 98.8 112.87 83.2 -
System Red Green Blue C M Y K H S L
Decimal 36 136 72 0.74 0 0.47 0.47 141.6 0.58 0.34
Hex 24 88 48 4A 0 2F 2F 8E 3A 22
Octal 44 210 110 112 0 57 57 216 72 42
Binary 100100 10001000 1001000 1001010 0 101111 101111 10001110 111010 100010

Color Harmonies of #248848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248848

Black with #248848

Text Example


Text Example

White with #248848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248848; }

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

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

background-color css

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

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

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

border-color css

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

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

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