Html Css Color HEX #248A40 Sea Green

📋 copy color: '#248A40'

red 36 ◦ green 138 ◦ blue 64

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

Shades of Sea Green #248A40

Tints of Sea Green #248A40

RGB

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

 GREEN value IS 138 (54.3% from 255) = 57.98%

 BLUE value IS 64 (25.39% from 255) = 26.89%

R = 15.13%
G = 57.98%
B = 26.89%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.54

 K value IS 0.46

RGB Variations

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

Color information

#248A40 (or 0x248A40) is known color: Sea Green. HEX triplet: 24, 8A and 40. RGB value is (36,138,64). Sum of RGB (Red+Green+Blue) = 36+138+64=238 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.13% from 238); Green value is 138 (54.30% from 255 or 57.98% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 138 - color contains mainly: green. Hex color #248A40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248A40 is #DB75BF. Grayscale: #636363. Windows color (decimal): -14382528 or 4229668. OLE color: 4229668.

HSL color Cylindrical-coordinate representation of color #248A40: hue angle of 136.47º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248A40 is Cyan = 0.74, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.

Color convert

RGB 36 138 64 -
CMYK 0.74 0 0.54 0.46
HSL 136.47º 0.59% 0.34% -
HSV(B) 136.47º 0.74% 0.54% -
XYZ 10.74 18.92 7.94 -
YUV 99.07 108.21 83.02 -
System Red Green Blue C M Y K H S L
Decimal 36 138 64 0.74 0 0.54 0.46 136.47 0.59 0.34
Hex 24 8A 40 4A 0 36 2E 88 3B 22
Octal 44 212 100 112 0 66 56 210 73 42
Binary 100100 10001010 1000000 1001010 0 110110 101110 10001000 111011 100010

Color Harmonies of #248A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248A40

Black with #248A40

Text Example


Text Example

White with #248A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,138,64); }

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

background-color css

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

 a { background-color: rgb(36,138,64); }

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

border-color css

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

 span { border-color: rgb(36,138,64); }

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