Html Css Color HEX #30471A Seaweed

📋 copy color: '#30471A'

red 48 ◦ green 71 ◦ blue 26

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

Shades of Seaweed #30471A

Tints of Seaweed #30471A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 48.97%

 BLUE value IS 26 (10.55% from 255) = 17.93%

R = 33.1%
G = 48.97%
B = 17.93%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.63

 K value IS 0.72

RGB Variations

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

Color information

#30471A (or 0x30471A) is known color: Seaweed. HEX triplet: 30, 47 and 1A. RGB value is (48,71,26). Sum of RGB (Red+Green+Blue) = 48+71+26=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 71 (28.12% from 255 or 48.97% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 71 - color contains mainly: green. Hex color #30471A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30471A is #CFB8E5. Grayscale: #3B3B3B. Windows color (decimal): -13613286 or 1722160. OLE color: 1722160.

HSL color Cylindrical-coordinate representation of color #30471A: hue angle of 90.67º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #30471A is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.72.

Color convert

RGB 48 71 26 -
CMYK 0.32 0 0.63 0.72
HSL 90.67º 0.46% 0.19% -
HSV(B) 90.67º 0.63% 0.28% -
XYZ 3.66 5.21 1.79 -
YUV 58.99 109.38 120.16 -
System Red Green Blue C M Y K H S L
Decimal 48 71 26 0.32 0 0.63 0.72 90.67 0.46 0.19
Hex 30 47 1A 20 0 3F 48 5B 2E 13
Octal 60 107 32 40 0 77 110 133 56 23
Binary 110000 1000111 11010 100000 0 111111 1001000 1011011 101110 10011

Color Harmonies of #30471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30471A

Black with #30471A

Text Example


Text Example

White with #30471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30471A; }

 p { color: rgb(48,71,26); }

 H1.HeaderClassName
 {
   color: #30471A;
 }
 .AnyTagClassName
 {
   color: #30471A;
 }
</style>

background-color css

<style>
 a { background-color: #30471A; }

 a { background-color: rgb(48,71,26); }

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

border-color css

<style>
 span { border-color: #30471A; }

 span { border-color: rgb(48,71,26); }

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