#2A530B

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

Shades of Seaweed #2A530B

Tints of Seaweed #2A530B

Color information

#2A530B (or 0x2A530B) is unknown color: approx Seaweed. HEX triplet: 2A, 53 and 0B. RGB value is (42,83,11). Sum of RGB (Red+Green+Blue) = 42+83+11=136 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.88% from 136); Green value is 83 (32.81% from 255 or 61.03% from 136); Blue value is 11 (4.69% from 255 or 8.09% from 136); Max value from RGB is 83 - color contains mainly: green. Hex color #2A530B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A530B is #D5ACF4. Grayscale: #3E3E3E. Windows color (decimal): -14003445 or 742186. OLE color: 742186.

HSL color Cylindrical-coordinate representation of color #2A530B: hue angle of 94.17º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2A530B is Cyan = 0.49, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB428311-
CMYK0.4900.870.67
HSL94.17º76.6%18.43%-
HSV(B)94.17º86.75%32.55%-
XYZ4.116.71.39-
YUV62.5398.92113.35-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 30.88%
GREEN value IS 83 (32.81% from 255) = 61.03%
BLUE value IS 11 (4.69% from 255) = 8.09%
R=30.88%
G=61.03%
B=8.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4283110.4900.870.6794.1776.618.43
Hex2A53B31057435e4d12
Octal521231361012710313611522
Binary101010101001110111100010101011110000111011110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A530B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,83,11); }

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

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

 a { background-color: rgb(42,83,11); }

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

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

 span { border-color: rgb(42,83,11); }

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