Html Css Color HEX #30481E Seaweed

📋 copy color: '#30481E'

red 48 ◦ green 72 ◦ blue 30

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

Shades of Seaweed #30481E

Tints of Seaweed #30481E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 48%

 BLUE value IS 30 (12.11% from 255) = 20%

R = 32%
G = 48%
B = 20%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#30481E (or 0x30481E) is known color: Seaweed. HEX triplet: 30, 48 and 1E. RGB value is (48,72,30). Sum of RGB (Red+Green+Blue) = 48+72+30=150 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32% from 150); Green value is 72 (28.52% from 255 or 48% from 150); Blue value is 30 (12.11% from 255 or 20% from 150); Max value from RGB is 72 - color contains mainly: green. Hex color #30481E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30481E is #CFB7E1. Grayscale: #3C3C3C. Windows color (decimal): -13613026 or 1984560. OLE color: 1984560.

HSL color Cylindrical-coordinate representation of color #30481E: hue angle of 94.29º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #30481E is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB 48 72 30 -
CMYK 0.33 0 0.58 0.72
HSL 94.29º 0.41% 0.2% -
HSV(B) 94.29º 0.58% 0.28% -
XYZ 3.77 5.36 2.06 -
YUV 60.04 111.05 119.42 -
System Red Green Blue C M Y K H S L
Decimal 48 72 30 0.33 0 0.58 0.72 94.29 0.41 0.2
Hex 30 48 1E 21 0 3A 48 5E 29 14
Octal 60 110 36 41 0 72 110 136 51 24
Binary 110000 1001000 11110 100001 0 111010 1001000 1011110 101001 10100

Color Harmonies of #30481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30481E

Black with #30481E

Text Example


Text Example

White with #30481E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30481E; }

 p { color: rgb(48,72,30); }

 H1.HeaderClassName
 {
   color: #30481E;
 }
 .AnyTagClassName
 {
   color: #30481E;
 }
</style>

background-color css

<style>
 a { background-color: #30481E; }

 a { background-color: rgb(48,72,30); }

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

border-color css

<style>
 span { border-color: #30481E; }

 span { border-color: rgb(48,72,30); }

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