#30431C

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

Shades of Seaweed #30431C

Tints of Seaweed #30431C

Color information

#30431C (or 0x30431C) is unknown color: approx Seaweed. HEX triplet: 30, 43 and 1C. RGB value is (48,67,28). Sum of RGB (Red+Green+Blue) = 48+67+28=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 67 (26.56% from 255 or 46.85% from 143); Blue value is 28 (11.33% from 255 or 19.58% from 143); Max value from RGB is 67 - color contains mainly: green. Hex color #30431C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30431C is #CFBCE3. Grayscale: #393939. Windows color (decimal): -13614308 or 1852208. OLE color: 1852208.

HSL color Cylindrical-coordinate representation of color #30431C: hue angle of 89.23º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #30431C is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.74.

Color convert

RGB486728-
CMYK0.2800.580.74
HSL89.23º41.05%18.63%-
HSV(B)89.23º58.21%26.27%-
XYZ3.444.731.83-
YUV56.87111.71121.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.57%
GREEN value IS 67 (26.56% from 255) = 46.85%
BLUE value IS 28 (11.33% from 255) = 19.58%
R=33.57%
G=46.85%
B=19.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4867280.2800.580.7489.2341.0518.63
Hex30431C1C03A4A592913
Octal6010334340721121315123
Binary1100001000011111001110001110101001010101100110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30431C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30431C; }

 p { color: rgb(48,67,28); }

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

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

 a { background-color: rgb(48,67,28); }

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

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

 span { border-color: rgb(48,67,28); }

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