#2B540A

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

Shades of Seaweed #2B540A

Tints of Seaweed #2B540A

Color information

#2B540A (or 0x2B540A) is unknown color: approx Seaweed. HEX triplet: 2B, 54 and 0A. RGB value is (43,84,10). Sum of RGB (Red+Green+Blue) = 43+84+10=137 (18% of max value = 765). Red value is 43 (17.19% from 255 or 31.39% from 137); Green value is 84 (33.20% from 255 or 61.31% from 137); Blue value is 10 (4.30% from 255 or 7.30% from 137); Max value from RGB is 84 - color contains mainly: green. Hex color #2B540A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B540A is #D4ABF5. Grayscale: #3F3F3F. Windows color (decimal): -13937654 or 676907. OLE color: 676907.

HSL color Cylindrical-coordinate representation of color #2B540A: hue angle of 93.24º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B540A is Cyan = 0.49, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB438410-
CMYK0.4900.880.67
HSL93.24º78.72%18.43%-
HSV(B)93.24º88.1%32.94%-
XYZ4.226.881.39-
YUV63.397.92113.52-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 31.39%
GREEN value IS 84 (33.20% from 255) = 61.31%
BLUE value IS 10 (4.30% from 255) = 7.30%
R=31.39%
G=61.31%
B=7.30%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4384100.4900.880.6793.2478.7218.43
Hex2B54A31058435d4f12
Octal531241261013010313511722
Binary101011101010010101100010101100010000111011101100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B540A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,84,10); }

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

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

 a { background-color: rgb(43,84,10); }

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

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

 span { border-color: rgb(43,84,10); }

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