#2C4C14

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

Shades of Seaweed #2C4C14

Tints of Seaweed #2C4C14

Color information

#2C4C14 (or 0x2C4C14) is unknown color: approx Seaweed. HEX triplet: 2C, 4C and 14. RGB value is (44,76,20). Sum of RGB (Red+Green+Blue) = 44+76+20=140 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.43% from 140); Green value is 76 (30.08% from 255 or 54.29% from 140); Blue value is 20 (8.20% from 255 or 14.29% from 140); Max value from RGB is 76 - color contains mainly: green. Hex color #2C4C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4C14 is #D3B3EB. Grayscale: #3C3C3C. Windows color (decimal): -13874156 or 1330220. OLE color: 1330220.

HSL color Cylindrical-coordinate representation of color #2C4C14: hue angle of 94.29º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2C4C14 is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.70.

Color convert

RGB447620-
CMYK0.4200.740.70
HSL94.29º58.33%18.82%-
HSV(B)94.29º73.68%29.8%-
XYZ3.755.751.58-
YUV60.05105.4116.55-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 31.43%
GREEN value IS 76 (30.08% from 255) = 54.29%
BLUE value IS 20 (8.20% from 255) = 14.29%
R=31.43%
G=54.29%
B=14.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4476200.4200.740.7094.2958.3318.82
Hex2C4C142A04A465e3a13
Octal54114245201121061367223
Binary101100100110010100101010010010101000110101111011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,76,20); }

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

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

 a { background-color: rgb(44,76,20); }

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

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

 span { border-color: rgb(44,76,20); }

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