Html Css Color HEX #248445 Sea Green

📋 copy color: '#248445'

red 36 ◦ green 132 ◦ blue 69

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

Shades of Sea Green #248445

Tints of Sea Green #248445

RGB

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

 GREEN value IS 132 (51.95% from 255) = 55.7%

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

R = 15.19%
G = 55.7%
B = 29.11%

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

#248445 (or 0x248445) is known color: Sea Green. HEX triplet: 24, 84 and 45. RGB value is (36,132,69). Sum of RGB (Red+Green+Blue) = 36+132+69=237 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.19% from 237); Green value is 132 (51.95% from 255 or 55.70% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 132 - color contains mainly: green. Hex color #248445 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248445 is #DB7BBA. Grayscale: #606060. Windows color (decimal): -14384059 or 4555812. OLE color: 4555812.

HSL color Cylindrical-coordinate representation of color #248445: hue angle of 140.62º 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 #248445 is Cyan = 0.73, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB 36 132 69 -
CMYK 0.73 0 0.48 0.48
HSL 140.63º 0.57% 0.33% -
HSV(B) 140.63º 0.73% 0.52% -
XYZ 10.05 17.31 8.44 -
YUV 96.11 112.7 85.12 -
System Red Green Blue C M Y K H S L
Decimal 36 132 69 0.73 0 0.48 0.48 140.63 0.57 0.33
Hex 24 84 45 49 0 30 30 8D 39 21
Octal 44 204 105 111 0 60 60 215 71 41
Binary 100100 10000100 1000101 1001001 0 110000 110000 10001101 111001 100001

Color Harmonies of #248445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248445

Black with #248445

Text Example


Text Example

White with #248445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248445; }

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

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

background-color css

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

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

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

border-color css

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

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

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