Html Css Color HEX #30461D Seaweed

📋 copy color: '#30461D'

red 48 ◦ green 70 ◦ blue 29

#30461D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seaweed #30461D

Tints of Seaweed #30461D

RGB

 RED value IS 48 (19.14% from 255) = 32.65%

 GREEN value IS 70 (27.73% from 255) = 47.62%

 BLUE value IS 29 (11.72% from 255) = 19.73%

R = 32.65%
G = 47.62%
B = 19.73%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#30461D (or 0x30461D) is known color: Seaweed. HEX triplet: 30, 46 and 1D. RGB value is (48,70,29). Sum of RGB (Red+Green+Blue) = 48+70+29=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 70 (27.73% from 255 or 47.62% from 147); Blue value is 29 (11.72% from 255 or 19.73% from 147); Max value from RGB is 70 - color contains mainly: green. Hex color #30461D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30461D is #CFB9E2. Grayscale: #3A3A3A. Windows color (decimal): -13613539 or 1918512. OLE color: 1918512.

HSL color Cylindrical-coordinate representation of color #30461D: hue angle of 92.2º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #30461D is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 70 29 -
CMYK 0.31 0 0.59 0.73
HSL 92.2º 0.41% 0.19% -
HSV(B) 92.2º 0.59% 0.27% -
XYZ 3.63 5.1 1.95 -
YUV 58.75 111.21 120.33 -
System Red Green Blue C M Y K H S L
Decimal 48 70 29 0.31 0 0.59 0.73 92.2 0.41 0.19
Hex 30 46 1D 1F 0 3B 49 5C 29 13
Octal 60 106 35 37 0 73 111 134 51 23
Binary 110000 1000110 11101 11111 0 111011 1001001 1011100 101001 10011

Color Harmonies of #30461D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30461D

Black with #30461D

Text Example


Text Example

White with #30461D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30461D; }

 p { color: rgb(48,70,29); }

 H1.HeaderClassName
 {
   color: #30461D;
 }
 .AnyTagClassName
 {
   color: #30461D;
 }
</style>

background-color css

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

 a { background-color: rgb(48,70,29); }

 div.DivClassName
 {
   background-color: #30461D;
 }
 .BgClassName
 {
   background-color: #30461D;
 }
</style>

border-color css

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

 span { border-color: rgb(48,70,29); }

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