#2D5111

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

Shades of Seaweed #2D5111

Tints of Seaweed #2D5111

Color information

#2D5111 (or 0x2D5111) is unknown color: approx Seaweed. HEX triplet: 2D, 51 and 11. RGB value is (45,81,17). Sum of RGB (Red+Green+Blue) = 45+81+17=143 (18% of max value = 765). Red value is 45 (17.97% from 255 or 31.47% from 143); Green value is 81 (32.03% from 255 or 56.64% from 143); Blue value is 17 (7.03% from 255 or 11.89% from 143); Max value from RGB is 81 - color contains mainly: green. Hex color #2D5111 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5111 is #D2AEEE. Grayscale: #3F3F3F. Windows color (decimal): -13807343 or 1134893. OLE color: 1134893.

HSL color Cylindrical-coordinate representation of color #2D5111: hue angle of 93.75º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D5111 is Cyan = 0.44, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB458117-
CMYK0.4400.790.68
HSL93.75º65.31%19.22%-
HSV(B)93.75º79.01%31.76%-
XYZ4.136.481.56-
YUV62.94102.07115.2-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 31.47%
GREEN value IS 81 (32.03% from 255) = 56.64%
BLUE value IS 17 (7.03% from 255) = 11.89%
R=31.47%
G=56.64%
B=11.89%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4581170.4400.790.6893.7565.3119.22
Hex2D51112C04F445e4113
Octal551212154011710413610123
Binary1011011010001100011011000100111110001001011110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,81,17); }

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

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

 a { background-color: rgb(45,81,17); }

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

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

 span { border-color: rgb(45,81,17); }

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