Html Css Color HEX #248545 Sea Green

📋 copy color: '#248545'

red 36 ◦ green 133 ◦ blue 69

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

Shades of Sea Green #248545

Tints of Sea Green #248545

RGB

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

 GREEN value IS 133 (52.34% from 255) = 55.88%

 BLUE value IS 69 (27.34% from 255) = 28.99%

R = 15.13%
G = 55.88%
B = 28.99%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#248545 (or 0x248545) is known color: Sea Green. HEX triplet: 24, 85 and 45. RGB value is (36,133,69). Sum of RGB (Red+Green+Blue) = 36+133+69=238 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.13% from 238); Green value is 133 (52.34% from 255 or 55.88% from 238); Blue value is 69 (27.34% from 255 or 28.99% from 238); Max value from RGB is 133 - color contains mainly: green. Hex color #248545 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248545 is #DB7ABA. Grayscale: #606060. Windows color (decimal): -14383803 or 4556068. OLE color: 4556068.

HSL color Cylindrical-coordinate representation of color #248545: hue angle of 140.41º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248545 is Cyan = 0.73, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB 36 133 69 -
CMYK 0.73 0 0.48 0.48
HSL 140.41º 0.57% 0.33% -
HSV(B) 140.41º 0.73% 0.52% -
XYZ 10.19 17.58 8.49 -
YUV 96.7 112.36 84.7 -
System Red Green Blue C M Y K H S L
Decimal 36 133 69 0.73 0 0.48 0.48 140.41 0.57 0.33
Hex 24 85 45 49 0 30 30 8C 39 21
Octal 44 205 105 111 0 60 60 214 71 41
Binary 100100 10000101 1000101 1001001 0 110000 110000 10001100 111001 100001

Color Harmonies of #248545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248545

Black with #248545

Text Example


Text Example

White with #248545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248545; }

 p { color: rgb(36,133,69); }

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

background-color css

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

 a { background-color: rgb(36,133,69); }

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

border-color css

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

 span { border-color: rgb(36,133,69); }

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