#2D4117

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

Shades of Seaweed #2D4117

Tints of Seaweed #2D4117

Color information

#2D4117 (or 0x2D4117) is unknown color: approx Seaweed. HEX triplet: 2D, 41 and 17. RGB value is (45,65,23). Sum of RGB (Red+Green+Blue) = 45+65+23=133 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.83% from 133); Green value is 65 (25.78% from 255 or 48.87% from 133); Blue value is 23 (9.38% from 255 or 17.29% from 133); Max value from RGB is 65 - color contains mainly: green. Hex color #2D4117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4117 is #D2BEE8. Grayscale: #363636. Windows color (decimal): -13811433 or 1524013. OLE color: 1524013.

HSL color Cylindrical-coordinate representation of color #2D4117: hue angle of 88.57º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2D4117 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.75.

Color convert

RGB456523-
CMYK0.3100.650.75
HSL88.57º47.73%17.25%-
HSV(B)88.57º64.62%25.49%-
XYZ3.134.41.5-
YUV54.23110.37121.42-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 33.83%
GREEN value IS 65 (25.78% from 255) = 48.87%
BLUE value IS 23 (9.38% from 255) = 17.29%
R=33.83%
G=48.87%
B=17.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4565230.3100.650.7588.5747.7317.25
Hex2D41171F0414B593011
Octal55101273701011131316021
Binary10110110000011011111111010000011001011101100111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,65,23); }

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

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

 a { background-color: rgb(45,65,23); }

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

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

 span { border-color: rgb(45,65,23); }

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