Html Css Color HEX #24825B Sea Green

📋 copy color: '#24825B'

red 36 ◦ green 130 ◦ blue 91

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

Shades of Sea Green #24825B

Tints of Sea Green #24825B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 35.41%

R = 14.01%
G = 50.58%
B = 35.41%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#24825B (or 0x24825B) is known color: Sea Green. HEX triplet: 24, 82 and 5B. RGB value is (36,130,91). Sum of RGB (Red+Green+Blue) = 36+130+91=257 (34% of max value = 765). Red value is 36 (14.45% from 255 or 14.01% from 257); Green value is 130 (51.17% from 255 or 50.58% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 130 - color contains mainly: green. Hex color #24825B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24825B is #DB7DA4. Grayscale: #616161. Windows color (decimal): -14384549 or 5997092. OLE color: 5997092.

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

Color convert

RGB 36 130 91 -
CMYK 0.72 0 0.30 0.49
HSL 155.11º 0.57% 0.33% -
HSV(B) 155.11º 0.72% 0.51% -
XYZ 10.6 17.1 12.64 -
YUV 97.45 124.36 84.17 -
System Red Green Blue C M Y K H S L
Decimal 36 130 91 0.72 0 0.30 0.49 155.11 0.57 0.33
Hex 24 82 5B 48 0 1E 31 9B 39 21
Octal 44 202 133 110 0 36 61 233 71 41
Binary 100100 10000010 1011011 1001000 0 11110 110001 10011011 111001 100001

Color Harmonies of #24825B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24825B

Black with #24825B

Text Example


Text Example

White with #24825B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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