Html Css Color HEX #30481F Seaweed

📋 copy color: '#30481F'

red 48 ◦ green 72 ◦ blue 31

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

Shades of Seaweed #30481F

Tints of Seaweed #30481F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 20.53%

R = 31.79%
G = 47.68%
B = 20.53%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#30481F (or 0x30481F) is known color: Seaweed. HEX triplet: 30, 48 and 1F. RGB value is (48,72,31). Sum of RGB (Red+Green+Blue) = 48+72+31=151 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.79% from 151); Green value is 72 (28.52% from 255 or 47.68% from 151); Blue value is 31 (12.5% from 255 or 20.53% from 151); Max value from RGB is 72 - color contains mainly: green. Hex color #30481F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30481F is #CFB7E0. Grayscale: #3C3C3C. Windows color (decimal): -13613025 or 2050096. OLE color: 2050096.

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

Color convert

RGB 48 72 31 -
CMYK 0.33 0 0.57 0.72
HSL 95.12º 0.4% 0.2% -
HSV(B) 95.12º 0.57% 0.28% -
XYZ 3.78 5.36 2.13 -
YUV 60.15 111.55 119.33 -
System Red Green Blue C M Y K H S L
Decimal 48 72 31 0.33 0 0.57 0.72 95.12 0.4 0.2
Hex 30 48 1F 21 0 39 48 5F 28 14
Octal 60 110 37 41 0 71 110 137 50 24
Binary 110000 1001000 11111 100001 0 111001 1001000 1011111 101000 10100

Color Harmonies of #30481F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30481F

Black with #30481F

Text Example


Text Example

White with #30481F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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