#2D924C

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

Shades of Sea Green #2D924C

Tints of Sea Green #2D924C

Color information

#2D924C (or 0x2D924C) is unknown color: approx Sea Green. HEX triplet: 2D, 92 and 4C. RGB value is (45,146,76). Sum of RGB (Red+Green+Blue) = 45+146+76=267 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.85% from 267); Green value is 146 (57.42% from 255 or 54.68% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 146 - color contains mainly: green. Hex color #2D924C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D924C is #D26DB3. Grayscale: #6C6C6C. Windows color (decimal): -13790644 or 5018157. OLE color: 5018157.

HSL color Cylindrical-coordinate representation of color #2D924C: hue angle of 138.42º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D924C is Cyan = 0.69, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB4514676-
CMYK0.6900.480.43
HSL138.42º52.88%37.45%-
HSV(B)138.42º69.18%57.25%-
XYZ12.6721.6410.35-
YUV107.82110.0483.19-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.85%
GREEN value IS 146 (57.42% from 255) = 54.68%
BLUE value IS 76 (30.08% from 255) = 28.46%
R=16.85%
G=54.68%
B=28.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal45146760.6900.480.43138.4252.8837.45
Hex2D924C450302B8a3525
Octal55222114105060532126545
Binary1011011001001010011001000101011000010101110001010110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D924C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D924C; }

 p { color: rgb(45,146,76); }

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

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

 a { background-color: rgb(45,146,76); }

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

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

 span { border-color: rgb(45,146,76); }

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