#2B5012

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

Shades of Seaweed #2B5012

Tints of Seaweed #2B5012

Color information

#2B5012 (or 0x2B5012) is unknown color: approx Seaweed. HEX triplet: 2B, 50 and 12. RGB value is (43,80,18). Sum of RGB (Red+Green+Blue) = 43+80+18=141 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.50% from 141); Green value is 80 (31.64% from 255 or 56.74% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 80 - color contains mainly: green. Hex color #2B5012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5012 is #D4AFED. Grayscale: #3E3E3E. Windows color (decimal): -13938670 or 1200171. OLE color: 1200171.

HSL color Cylindrical-coordinate representation of color #2B5012: hue angle of 95.81º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B5012 is Cyan = 0.46, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB438018-
CMYK0.4600.780.69
HSL95.81º63.27%19.22%-
HSV(B)95.81º77.5%31.37%-
XYZ3.976.291.58-
YUV61.87103.24114.54-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 30.50%
GREEN value IS 80 (31.64% from 255) = 56.74%
BLUE value IS 18 (7.42% from 255) = 12.77%
R=30.50%
G=56.74%
B=12.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4380180.4600.780.6995.8163.2719.22
Hex2B50122E04E45603f13
Octal53120225601161051407723
Binary101011101000010010101110010011101000101110000011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,80,18); }

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

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

 a { background-color: rgb(43,80,18); }

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

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

 span { border-color: rgb(43,80,18); }

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