Html Css Color HEX #258248 Sea Green

📋 copy color: '#258248'

red 37 ◦ green 130 ◦ blue 72

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

Shades of Sea Green #258248

Tints of Sea Green #258248

RGB

 RED value IS 37 (14.84% from 255) = 15.48%

 GREEN value IS 130 (51.17% from 255) = 54.39%

 BLUE value IS 72 (28.52% from 255) = 30.13%

R = 15.48%
G = 54.39%
B = 30.13%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#258248 (or 0x258248) is known color: Sea Green. HEX triplet: 25, 82 and 48. RGB value is (37,130,72). Sum of RGB (Red+Green+Blue) = 37+130+72=239 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.48% from 239); Green value is 130 (51.17% from 255 or 54.39% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 130 - color contains mainly: green. Hex color #258248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258248 is #DA7DB7. Grayscale: #5F5F5F. Windows color (decimal): -14319032 or 4751909. OLE color: 4751909.

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

Color convert

RGB 37 130 72 -
CMYK 0.72 0 0.45 0.49
HSL 142.58º 0.56% 0.33% -
HSV(B) 142.58º 0.72% 0.51% -
XYZ 9.92 16.83 8.86 -
YUV 95.58 114.69 86.22 -
System Red Green Blue C M Y K H S L
Decimal 37 130 72 0.72 0 0.45 0.49 142.58 0.56 0.33
Hex 25 82 48 48 0 2D 31 8F 38 21
Octal 45 202 110 110 0 55 61 217 70 41
Binary 100101 10000010 1001000 1001000 0 101101 110001 10001111 111000 100001

Color Harmonies of #258248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258248

Black with #258248

Text Example


Text Example

White with #258248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258248; }

 p { color: rgb(37,130,72); }

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

background-color css

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

 a { background-color: rgb(37,130,72); }

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

border-color css

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

 span { border-color: rgb(37,130,72); }

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