#2D4915

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

Shades of Seaweed #2D4915

Tints of Seaweed #2D4915

Color information

#2D4915 (or 0x2D4915) is unknown color: approx Seaweed. HEX triplet: 2D, 49 and 15. RGB value is (45,73,21). Sum of RGB (Red+Green+Blue) = 45+73+21=139 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.37% from 139); Green value is 73 (28.91% from 255 or 52.52% from 139); Blue value is 21 (8.59% from 255 or 15.11% from 139); Max value from RGB is 73 - color contains mainly: green. Hex color #2D4915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4915 is #D2B6EA. Grayscale: #3A3A3A. Windows color (decimal): -13809387 or 1394989. OLE color: 1394989.

HSL color Cylindrical-coordinate representation of color #2D4915: hue angle of 92.31º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D4915 is Cyan = 0.38, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.

Color convert

RGB457321-
CMYK0.3800.710.71
HSL92.31º55.32%18.43%-
HSV(B)92.31º71.23%28.63%-
XYZ3.65.381.56-
YUV58.7106.72118.23-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 32.37%
GREEN value IS 73 (28.91% from 255) = 52.52%
BLUE value IS 21 (8.59% from 255) = 15.11%
R=32.37%
G=52.52%
B=15.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4573210.3800.710.7192.3155.3218.43
Hex2D491526047475c3712
Octal55111254601071071346722
Binary101101100100110101100110010001111000111101110011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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