#30530F

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

Shades of Seaweed #30530F

Tints of Seaweed #30530F

Color information

#30530F (or 0x30530F) is unknown color: approx Seaweed. HEX triplet: 30, 53 and 0F. RGB value is (48,83,15). Sum of RGB (Red+Green+Blue) = 48+83+15=146 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.88% from 146); Green value is 83 (32.81% from 255 or 56.85% from 146); Blue value is 15 (6.25% from 255 or 10.27% from 146); Max value from RGB is 83 - color contains mainly: green. Hex color #30530F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30530F is #CFACF0. Grayscale: #414141. Windows color (decimal): -13610225 or 1004336. OLE color: 1004336.

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

Color convert

RGB488315-
CMYK0.4200.820.67
HSL90.88º69.39%19.22%-
HSV(B)90.88º81.93%32.55%-
XYZ4.46.851.54-
YUV64.7899.9116.03-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.88%
GREEN value IS 83 (32.81% from 255) = 56.85%
BLUE value IS 15 (6.25% from 255) = 10.27%
R=32.88%
G=56.85%
B=10.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4883150.4200.820.6790.8869.3919.22
Hex3053F2A052435b4513
Octal601231752012210313310523
Binary110000101001111111010100101001010000111011011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30530F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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