Html Css Color HEX #248D4A Sea Green

📋 copy color: '#248D4A'

red 36 ◦ green 141 ◦ blue 74

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

Shades of Sea Green #248D4A

Tints of Sea Green #248D4A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 56.18%

 BLUE value IS 74 (29.3% from 255) = 29.48%

R = 14.34%
G = 56.18%
B = 29.48%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#248D4A (or 0x248D4A) is known color: Sea Green. HEX triplet: 24, 8D and 4A. RGB value is (36,141,74). Sum of RGB (Red+Green+Blue) = 36+141+74=251 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.34% from 251); Green value is 141 (55.47% from 255 or 56.18% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 141 - color contains mainly: green. Hex color #248D4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248D4A is #DB72B5. Grayscale: #666666. Windows color (decimal): -14381750 or 4885796. OLE color: 4885796.

HSL color Cylindrical-coordinate representation of color #248D4A: hue angle of 141.71º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248D4A is Cyan = 0.74, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB 36 141 74 -
CMYK 0.74 0 0.48 0.45
HSL 141.71º 0.59% 0.35% -
HSV(B) 141.71º 0.74% 0.55% -
XYZ 11.49 19.92 9.72 -
YUV 101.97 112.21 80.95 -
System Red Green Blue C M Y K H S L
Decimal 36 141 74 0.74 0 0.48 0.45 141.71 0.59 0.35
Hex 24 8D 4A 4A 0 30 2D 8E 3B 23
Octal 44 215 112 112 0 60 55 216 73 43
Binary 100100 10001101 1001010 1001010 0 110000 101101 10001110 111011 100011

Color Harmonies of #248D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248D4A

Black with #248D4A

Text Example


Text Example

White with #248D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,141,74); }

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

background-color css

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

 a { background-color: rgb(36,141,74); }

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

border-color css

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

 span { border-color: rgb(36,141,74); }

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