Html Css Color HEX #30461B Seaweed

📋 copy color: '#30461B'

red 48 ◦ green 70 ◦ blue 27

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

Shades of Seaweed #30461B

Tints of Seaweed #30461B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 18.62%

R = 33.1%
G = 48.28%
B = 18.62%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.61

 K value IS 0.73

RGB Variations

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

Color information

#30461B (or 0x30461B) is known color: Seaweed. HEX triplet: 30, 46 and 1B. RGB value is (48,70,27). Sum of RGB (Red+Green+Blue) = 48+70+27=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 70 (27.73% from 255 or 48.28% from 145); Blue value is 27 (10.94% from 255 or 18.62% from 145); Max value from RGB is 70 - color contains mainly: green. Hex color #30461B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30461B is #CFB9E4. Grayscale: #3A3A3A. Windows color (decimal): -13613541 or 1787440. OLE color: 1787440.

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

Color convert

RGB 48 70 27 -
CMYK 0.31 0 0.61 0.73
HSL 90.7º 0.44% 0.19% -
HSV(B) 90.7º 0.61% 0.27% -
XYZ 3.61 5.09 1.83 -
YUV 58.52 110.21 120.5 -
System Red Green Blue C M Y K H S L
Decimal 48 70 27 0.31 0 0.61 0.73 90.7 0.44 0.19
Hex 30 46 1B 1F 0 3D 49 5B 2C 13
Octal 60 106 33 37 0 75 111 133 54 23
Binary 110000 1000110 11011 11111 0 111101 1001001 1011011 101100 10011

Color Harmonies of #30461B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30461B

Black with #30461B

Text Example


Text Example

White with #30461B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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