Html Css Color HEX #248B47 Sea Green

📋 copy color: '#248B47'

red 36 ◦ green 139 ◦ blue 71

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

Shades of Sea Green #248B47

Tints of Sea Green #248B47

RGB

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

 GREEN value IS 139 (54.69% from 255) = 56.5%

 BLUE value IS 71 (28.13% from 255) = 28.86%

R = 14.63%
G = 56.5%
B = 28.86%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.49

 K value IS 0.45

RGB Variations

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

Color information

#248B47 (or 0x248B47) is known color: Sea Green. HEX triplet: 24, 8B and 47. RGB value is (36,139,71). Sum of RGB (Red+Green+Blue) = 36+139+71=246 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.63% from 246); Green value is 139 (54.69% from 255 or 56.50% from 246); Blue value is 71 (28.12% from 255 or 28.86% from 246); Max value from RGB is 139 - color contains mainly: green. Hex color #248B47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248B47 is #DB74B8. Grayscale: #646464. Windows color (decimal): -14382265 or 4688676. OLE color: 4688676.

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

Color convert

RGB 36 139 71 -
CMYK 0.74 0 0.49 0.45
HSL 140.39º 0.59% 0.34% -
HSV(B) 140.39º 0.74% 0.55% -
XYZ 11.1 19.3 9.1 -
YUV 100.45 111.38 82.03 -
System Red Green Blue C M Y K H S L
Decimal 36 139 71 0.74 0 0.49 0.45 140.39 0.59 0.34
Hex 24 8B 47 4A 0 31 2D 8C 3B 22
Octal 44 213 107 112 0 61 55 214 73 42
Binary 100100 10001011 1000111 1001010 0 110001 101101 10001100 111011 100010

Color Harmonies of #248B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248B47

Black with #248B47

Text Example


Text Example

White with #248B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,139,71); }

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

background-color css

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

 a { background-color: rgb(36,139,71); }

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

border-color css

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

 span { border-color: rgb(36,139,71); }

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