Html Css Color HEX #248D42 Sea Green

📋 copy color: '#248D42'

red 36 ◦ green 141 ◦ blue 66

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

Shades of Sea Green #248D42

Tints of Sea Green #248D42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 27.16%

R = 14.81%
G = 58.02%
B = 27.16%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.53

 K value IS 0.45

RGB Variations

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

Color information

#248D42 (or 0x248D42) is known color: Sea Green. HEX triplet: 24, 8D and 42. RGB value is (36,141,66). Sum of RGB (Red+Green+Blue) = 36+141+66=243 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.81% from 243); Green value is 141 (55.47% from 255 or 58.02% from 243); Blue value is 66 (26.17% from 255 or 27.16% from 243); Max value from RGB is 141 - color contains mainly: green. Hex color #248D42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248D42 is #DB72BD. Grayscale: #656565. Windows color (decimal): -14381758 or 4361508. OLE color: 4361508.

HSL color Cylindrical-coordinate representation of color #248D42: hue angle of 137.14º 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 #248D42 is Cyan = 0.74, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.

Color convert

RGB 36 141 66 -
CMYK 0.74 0 0.53 0.45
HSL 137.14º 0.59% 0.35% -
HSV(B) 137.14º 0.74% 0.55% -
XYZ 11.24 19.82 8.39 -
YUV 101.06 108.21 81.6 -
System Red Green Blue C M Y K H S L
Decimal 36 141 66 0.74 0 0.53 0.45 137.14 0.59 0.35
Hex 24 8D 42 4A 0 35 2D 89 3B 23
Octal 44 215 102 112 0 65 55 211 73 43
Binary 100100 10001101 1000010 1001010 0 110101 101101 10001001 111011 100011

Color Harmonies of #248D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248D42

Black with #248D42

Text Example


Text Example

White with #248D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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