#24825D

Color #24825D Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Green #24825D

Tints of Sea Green #24825D

Color information

#24825D (or 0x24825D) is unknown color: approx Sea Green. HEX triplet: 24, 82 and 5D. RGB value is (36,130,93). Sum of RGB (Red+Green+Blue) = 36+130+93=259 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.90% from 259); Green value is 130 (51.17% from 255 or 50.19% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 130 - color contains mainly: green. Hex color #24825D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24825D is #DB7DA2. Grayscale: #616161. Windows color (decimal): -14384547 or 6128164. OLE color: 6128164.

HSL color Cylindrical-coordinate representation of color #24825D: hue angle of 156.38º degrees, saturation: 0.57, 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 #24825D is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB3613093-
CMYK0.7200.280.49
HSL156.38º56.63%32.55%-
HSV(B)156.38º72.31%50.98%-
XYZ10.6917.1313.1-
YUV97.68125.3684.01-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.90%
GREEN value IS 130 (51.17% from 255) = 50.19%
BLUE value IS 93 (36.72% from 255) = 35.91%
R=13.90%
G=50.19%
B=35.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal36130930.7200.280.49156.3856.6332.55
Hex24825D4801C319c3921
Octal44202135110034612347141
Binary100100100000101011101100100001110011000110011100111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24825D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24825D; }

 p { color: rgb(36,130,93); }

 H1.HeaderClassName
 {
   color: #24825D;
 }
 .AnyTagClassName
 {
   color: #24825D;
 }
</style>
background-color css

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

 a { background-color: rgb(36,130,93); }

 div.DivClassName
 {
   background-color: #24825D;
 }
 .BgClassName
 {
   background-color: #24825D;
 }
</style>
border-color css

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

 span { border-color: rgb(36,130,93); }

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