#2C510D

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

Shades of Seaweed #2C510D

Tints of Seaweed #2C510D

Color information

#2C510D (or 0x2C510D) is unknown color: approx Seaweed. HEX triplet: 2C, 51 and 0D. RGB value is (44,81,13). Sum of RGB (Red+Green+Blue) = 44+81+13=138 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.88% from 138); Green value is 81 (32.03% from 255 or 58.70% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 81 - color contains mainly: green. Hex color #2C510D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C510D is #D3AEF2. Grayscale: #3E3E3E. Windows color (decimal): -13872883 or 872748. OLE color: 872748.

HSL color Cylindrical-coordinate representation of color #2C510D: hue angle of 92.65º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2C510D is Cyan = 0.46, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB448113-
CMYK0.4600.840.68
HSL92.65º72.34%18.43%-
HSV(B)92.65º83.95%31.76%-
XYZ4.056.451.41-
YUV62.18100.24115.03-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 31.88%
GREEN value IS 81 (32.03% from 255) = 58.70%
BLUE value IS 13 (5.47% from 255) = 9.42%
R=31.88%
G=58.70%
B=9.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4481130.4600.840.6892.6572.3418.43
Hex2C51D2E054445d4812
Octal541211556012410413511022
Binary101100101000111011011100101010010001001011101100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C510D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,81,13); }

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

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

 a { background-color: rgb(44,81,13); }

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

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

 span { border-color: rgb(44,81,13); }

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