#305111

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

Shades of Seaweed #305111

Tints of Seaweed #305111

Color information

#305111 (or 0x305111) is unknown color: approx Seaweed. HEX triplet: 30, 51 and 11. RGB value is (48,81,17). Sum of RGB (Red+Green+Blue) = 48+81+17=146 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.88% from 146); Green value is 81 (32.03% from 255 or 55.48% from 146); Blue value is 17 (7.03% from 255 or 11.64% from 146); Max value from RGB is 81 - color contains mainly: green. Hex color #305111 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305111 is #CFAEEE. Grayscale: #404040. Windows color (decimal): -13610735 or 1134896. OLE color: 1134896.

HSL color Cylindrical-coordinate representation of color #305111: hue angle of 90.94º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #305111 is Cyan = 0.41, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB488117-
CMYK0.4100.790.68
HSL90.94º65.31%19.22%-
HSV(B)90.94º79.01%31.76%-
XYZ4.266.551.57-
YUV63.84101.57116.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.88%
GREEN value IS 81 (32.03% from 255) = 55.48%
BLUE value IS 17 (7.03% from 255) = 11.64%
R=32.88%
G=55.48%
B=11.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4881170.4100.790.6890.9465.3119.22
Hex3051112904F445b4113
Octal601212151011710413310123
Binary1100001010001100011010010100111110001001011011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305111; }

 p { color: rgb(48,81,17); }

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

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

 a { background-color: rgb(48,81,17); }

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

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

 span { border-color: rgb(48,81,17); }

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