#2D4D12

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

Shades of Seaweed #2D4D12

Tints of Seaweed #2D4D12

Color information

#2D4D12 (or 0x2D4D12) is unknown color: approx Seaweed. HEX triplet: 2D, 4D and 12. RGB value is (45,77,18). Sum of RGB (Red+Green+Blue) = 45+77+18=140 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.14% from 140); Green value is 77 (30.47% from 255 or 55% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 77 - color contains mainly: green. Hex color #2D4D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D4D12 is #D2B2ED. Grayscale: #3C3C3C. Windows color (decimal): -13808366 or 1199405. OLE color: 1199405.

HSL color Cylindrical-coordinate representation of color #2D4D12: hue angle of 92.54º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D4D12 is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.70.

Color convert

RGB457718-
CMYK0.4200.770.70
HSL92.54º62.11%18.63%-
HSV(B)92.54º76.62%30.2%-
XYZ3.855.911.51-
YUV60.71103.9116.8-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 32.14%
GREEN value IS 77 (30.47% from 255) = 55%
BLUE value IS 18 (7.42% from 255) = 12.86%
R=32.14%
G=55%
B=12.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4577180.4200.770.7092.5462.1118.63
Hex2D4D122A04D465d3e13
Octal55115225201151061357623
Binary101101100110110010101010010011011000110101110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,77,18); }

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

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

 a { background-color: rgb(45,77,18); }

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

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

 span { border-color: rgb(45,77,18); }

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