#2C4B10

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

Shades of Seaweed #2C4B10

Tints of Seaweed #2C4B10

Color information

#2C4B10 (or 0x2C4B10) is unknown color: approx Seaweed. HEX triplet: 2C, 4B and 10. RGB value is (44,75,16). Sum of RGB (Red+Green+Blue) = 44+75+16=135 (17% of max value = 765). Red value is 44 (17.58% from 255 or 32.59% from 135); Green value is 75 (29.69% from 255 or 55.56% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 75 - color contains mainly: green. Hex color #2C4B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4B10 is #D3B4EF. Grayscale: #3B3B3B. Windows color (decimal): -13874416 or 1067820. OLE color: 1067820.

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

Color convert

RGB447516-
CMYK0.4100.790.71
HSL91.53º64.84%17.84%-
HSV(B)91.53º78.67%29.41%-
XYZ3.655.611.38-
YUV59103.73117.3-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 32.59%
GREEN value IS 75 (29.69% from 255) = 55.56%
BLUE value IS 16 (6.64% from 255) = 11.85%
R=32.59%
G=55.56%
B=11.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4475160.4100.790.7191.5364.8417.84
Hex2C4B102904F475c4112
Octal541132051011710713410122
Binary1011001001011100001010010100111110001111011100100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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