#2B4E11

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

Shades of Seaweed #2B4E11

Tints of Seaweed #2B4E11

Color information

#2B4E11 (or 0x2B4E11) is unknown color: approx Seaweed. HEX triplet: 2B, 4E and 11. RGB value is (43,78,17). Sum of RGB (Red+Green+Blue) = 43+78+17=138 (18% of max value = 765). Red value is 43 (17.19% from 255 or 31.16% from 138); Green value is 78 (30.86% from 255 or 56.52% from 138); Blue value is 17 (7.03% from 255 or 12.32% from 138); Max value from RGB is 78 - color contains mainly: green. Hex color #2B4E11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B4E11 is #D4B1EE. Grayscale: #3C3C3C. Windows color (decimal): -13939183 or 1134123. OLE color: 1134123.

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

Color convert

RGB437817-
CMYK0.4500.780.69
HSL94.43º64.21%18.63%-
HSV(B)94.43º78.21%30.59%-
XYZ3.8261.49-
YUV60.58103.4115.46-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 31.16%
GREEN value IS 78 (30.86% from 255) = 56.52%
BLUE value IS 17 (7.03% from 255) = 12.32%
R=31.16%
G=56.52%
B=12.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4378170.4500.780.6994.4364.2118.63
Hex2B4E112D04E455e4013
Octal531162155011610513610023
Binary1010111001110100011011010100111010001011011110100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,78,17); }

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

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

 a { background-color: rgb(43,78,17); }

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

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

 span { border-color: rgb(43,78,17); }

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