#2D500E

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

Shades of Seaweed #2D500E

Tints of Seaweed #2D500E

Color information

#2D500E (or 0x2D500E) is unknown color: approx Seaweed. HEX triplet: 2D, 50 and 0E. RGB value is (45,80,14). Sum of RGB (Red+Green+Blue) = 45+80+14=139 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.37% from 139); Green value is 80 (31.64% from 255 or 57.55% from 139); Blue value is 14 (5.86% from 255 or 10.07% from 139); Max value from RGB is 80 - color contains mainly: green. Hex color #2D500E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D500E is #D2AFF1. Grayscale: #3E3E3E. Windows color (decimal): -13807602 or 938029. OLE color: 938029.

HSL color Cylindrical-coordinate representation of color #2D500E: hue angle of 91.82º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D500E is Cyan = 0.44, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.69.

Color convert

RGB458014-
CMYK0.4400.830.69
HSL91.82º70.21%18.43%-
HSV(B)91.82º82.5%31.37%-
XYZ4.036.331.42-
YUV62.01100.9115.87-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 32.37%
GREEN value IS 80 (31.64% from 255) = 57.55%
BLUE value IS 14 (5.86% from 255) = 10.07%
R=32.37%
G=57.55%
B=10.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4580140.4400.830.6991.8270.2118.43
Hex2D50E2C053455c4612
Octal551201654012310513410622
Binary101101101000011101011000101001110001011011100100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D500E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,80,14); }

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

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

 a { background-color: rgb(45,80,14); }

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

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

 span { border-color: rgb(45,80,14); }

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