#2D4515

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

Shades of Seaweed #2D4515

Tints of Seaweed #2D4515

Color information

#2D4515 (or 0x2D4515) is unknown color: approx Seaweed. HEX triplet: 2D, 45 and 15. RGB value is (45,69,21). Sum of RGB (Red+Green+Blue) = 45+69+21=135 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.33% from 135); Green value is 69 (27.34% from 255 or 51.11% from 135); Blue value is 21 (8.59% from 255 or 15.56% from 135); Max value from RGB is 69 - color contains mainly: green. Hex color #2D4515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4515 is #D2BAEA. Grayscale: #383838. Windows color (decimal): -13810411 or 1393965. OLE color: 1393965.

HSL color Cylindrical-coordinate representation of color #2D4515: hue angle of 90º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D4515 is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB456921-
CMYK0.3500.700.73
HSL90º53.33%17.65%-
HSV(B)90º69.57%27.06%-
XYZ3.354.871.47-
YUV56.35108.05119.9-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 33.33%
GREEN value IS 69 (27.34% from 255) = 51.11%
BLUE value IS 21 (8.59% from 255) = 15.56%
R=33.33%
G=51.11%
B=15.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4569210.3500.700.739053.3317.65
Hex2D451523046495a3512
Octal55105254301061111326522
Binary101101100010110101100011010001101001001101101011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,69,21); }

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

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

 a { background-color: rgb(45,69,21); }

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

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

 span { border-color: rgb(45,69,21); }

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