#2C4B16

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

Shades of Seaweed #2C4B16

Tints of Seaweed #2C4B16

Color information

#2C4B16 (or 0x2C4B16) is unknown color: approx Seaweed. HEX triplet: 2C, 4B and 16. RGB value is (44,75,22). Sum of RGB (Red+Green+Blue) = 44+75+22=141 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.21% from 141); Green value is 75 (29.69% from 255 or 53.19% from 141); Blue value is 22 (8.98% from 255 or 15.60% from 141); Max value from RGB is 75 - color contains mainly: green. Hex color #2C4B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4B16 is #D3B4E9. Grayscale: #3B3B3B. Windows color (decimal): -13874410 or 1461036. OLE color: 1461036.

HSL color Cylindrical-coordinate representation of color #2C4B16: hue angle of 95.09º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C4B16 is Cyan = 0.41, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.

Color convert

RGB447522-
CMYK0.4100.710.71
HSL95.09º54.64%19.02%-
HSV(B)95.09º70.67%29.41%-
XYZ3.75.631.65-
YUV59.69106.73116.81-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 31.21%
GREEN value IS 75 (29.69% from 255) = 53.19%
BLUE value IS 22 (8.98% from 255) = 15.60%
R=31.21%
G=53.19%
B=15.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4475220.4100.710.7195.0954.6419.02
Hex2C4B1629047475f3713
Octal54113265101071071376723
Binary101100100101110110101001010001111000111101111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,75,22); }

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

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

 a { background-color: rgb(44,75,22); }

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

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

 span { border-color: rgb(44,75,22); }

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