#30530E

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

Shades of Seaweed #30530E

Tints of Seaweed #30530E

Color information

#30530E (or 0x30530E) is unknown color: approx Seaweed. HEX triplet: 30, 53 and 0E. RGB value is (48,83,14). Sum of RGB (Red+Green+Blue) = 48+83+14=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 83 (32.81% from 255 or 57.24% from 145); Blue value is 14 (5.86% from 255 or 9.66% from 145); Max value from RGB is 83 - color contains mainly: green. Hex color #30530E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30530E is #CFACF1. Grayscale: #404040. Windows color (decimal): -13610226 or 938800. OLE color: 938800.

HSL color Cylindrical-coordinate representation of color #30530E: hue angle of 90.43º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #30530E is Cyan = 0.42, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB488314-
CMYK0.4200.830.67
HSL90.43º71.13%19.02%-
HSV(B)90.43º83.13%32.55%-
XYZ4.396.851.51-
YUV64.6799.4116.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.10%
GREEN value IS 83 (32.81% from 255) = 57.24%
BLUE value IS 14 (5.86% from 255) = 9.66%
R=33.10%
G=57.24%
B=9.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4883140.4200.830.6790.4371.1319.02
Hex3053E2A053435a4713
Octal601231652012310313210723
Binary110000101001111101010100101001110000111011010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30530E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30530E; }

 p { color: rgb(48,83,14); }

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

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

 a { background-color: rgb(48,83,14); }

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

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

 span { border-color: rgb(48,83,14); }

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