Html Css Color HEX #248352 Sea Green

📋 copy color: '#248352'

red 36 ◦ green 131 ◦ blue 82

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

Shades of Sea Green #248352

Tints of Sea Green #248352

RGB

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

 GREEN value IS 131 (51.56% from 255) = 52.61%

 BLUE value IS 82 (32.42% from 255) = 32.93%

R = 14.46%
G = 52.61%
B = 32.93%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#248352 (or 0x248352) is known color: Sea Green. HEX triplet: 24, 83 and 52. RGB value is (36,131,82). Sum of RGB (Red+Green+Blue) = 36+131+82=249 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.46% from 249); Green value is 131 (51.56% from 255 or 52.61% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 131 - color contains mainly: green. Hex color #248352 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248352 is #DB7CAD. Grayscale: #616161. Windows color (decimal): -14384302 or 5407524. OLE color: 5407524.

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

Color convert

RGB 36 131 82 -
CMYK 0.73 0 0.37 0.49
HSL 149.05º 0.57% 0.33% -
HSV(B) 149.05º 0.73% 0.51% -
XYZ 10.37 17.22 10.76 -
YUV 97.01 119.53 84.48 -
System Red Green Blue C M Y K H S L
Decimal 36 131 82 0.73 0 0.37 0.49 149.05 0.57 0.33
Hex 24 83 52 49 0 25 31 95 39 21
Octal 44 203 122 111 0 45 61 225 71 41
Binary 100100 10000011 1010010 1001001 0 100101 110001 10010101 111001 100001

Color Harmonies of #248352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248352

Black with #248352

Text Example


Text Example

White with #248352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248352; }

 p { color: rgb(36,131,82); }

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

background-color css

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

 a { background-color: rgb(36,131,82); }

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

border-color css

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

 span { border-color: rgb(36,131,82); }

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