#2D4219

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

Shades of Seaweed #2D4219

Tints of Seaweed #2D4219

Color information

#2D4219 (or 0x2D4219) is unknown color: approx Seaweed. HEX triplet: 2D, 42 and 19. RGB value is (45,66,25). Sum of RGB (Red+Green+Blue) = 45+66+25=136 (18% of max value = 765). Red value is 45 (17.97% from 255 or 33.09% from 136); Green value is 66 (26.17% from 255 or 48.53% from 136); Blue value is 25 (10.16% from 255 or 18.38% from 136); Max value from RGB is 66 - color contains mainly: green. Hex color #2D4219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4219 is #D2BDE6. Grayscale: #373737. Windows color (decimal): -13811175 or 1655341. OLE color: 1655341.

HSL color Cylindrical-coordinate representation of color #2D4219: hue angle of 90.73º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D4219 is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.74.

Color convert

RGB456625-
CMYK0.3200.620.74
HSL90.73º45.05%17.84%-
HSV(B)90.73º62.12%25.88%-
XYZ3.214.521.62-
YUV55.05111.04120.83-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 33.09%
GREEN value IS 66 (26.17% from 255) = 48.53%
BLUE value IS 25 (10.16% from 255) = 18.38%
R=33.09%
G=48.53%
B=18.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4566250.3200.620.7490.7345.0517.84
Hex2D42192003E4A5b2d12
Octal5510231400761121335522
Binary10110110000101100110000001111101001010101101110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,66,25); }

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

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

 a { background-color: rgb(45,66,25); }

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

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

 span { border-color: rgb(45,66,25); }

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