#249252

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

Shades of Sea Green #249252

Tints of Sea Green #249252

Color information

#249252 (or 0x249252) is unknown color: approx Sea Green. HEX triplet: 24, 92 and 52. RGB value is (36,146,82). Sum of RGB (Red+Green+Blue) = 36+146+82=264 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.64% from 264); Green value is 146 (57.42% from 255 or 55.30% from 264); Blue value is 82 (32.42% from 255 or 31.06% from 264); Max value from RGB is 146 - color contains mainly: green. Hex color #249252 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249252 is #DB6DAD. Grayscale: #696969. Windows color (decimal): -14380462 or 5411364. OLE color: 5411364.

HSL color Cylindrical-coordinate representation of color #249252: hue angle of 145.09º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #249252 is Cyan = 0.75, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.43.

Color convert

RGB3614682-
CMYK0.7500.440.43
HSL145.09º60.44%35.69%-
HSV(B)145.09º75.34%57.25%-
XYZ12.5321.5411.48-
YUV105.81114.5678.2-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.64%
GREEN value IS 146 (57.42% from 255) = 55.30%
BLUE value IS 82 (32.42% from 255) = 31.06%
R=13.64%
G=55.30%
B=31.06%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal36146820.7500.440.43145.0960.4435.69
Hex2492524B02C2B913c24
Octal44222122113054532217444
Binary1001001001001010100101001011010110010101110010001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #249252; }

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

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

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

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

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

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

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

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