Html Css Color HEX #30481A Seaweed

📋 copy color: '#30481A'

red 48 ◦ green 72 ◦ blue 26

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

Shades of Seaweed #30481A

Tints of Seaweed #30481A

RGB

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

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

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

R = 32.88%
G = 49.32%
B = 17.81%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#30481A (or 0x30481A) is known color: Seaweed. HEX triplet: 30, 48 and 1A. RGB value is (48,72,26). Sum of RGB (Red+Green+Blue) = 48+72+26=146 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.88% from 146); Green value is 72 (28.52% from 255 or 49.32% from 146); Blue value is 26 (10.55% from 255 or 17.81% from 146); Max value from RGB is 72 - color contains mainly: green. Hex color #30481A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30481A is #CFB7E5. Grayscale: #3B3B3B. Windows color (decimal): -13613030 or 1722416. OLE color: 1722416.

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

Color convert

RGB 48 72 26 -
CMYK 0.33 0 0.64 0.72
HSL 91.3º 0.47% 0.19% -
HSV(B) 91.3º 0.64% 0.28% -
XYZ 3.72 5.34 1.81 -
YUV 59.58 109.05 119.74 -
System Red Green Blue C M Y K H S L
Decimal 48 72 26 0.33 0 0.64 0.72 91.3 0.47 0.19
Hex 30 48 1A 21 0 40 48 5B 2F 13
Octal 60 110 32 41 0 100 110 133 57 23
Binary 110000 1001000 11010 100001 0 1000000 1001000 1011011 101111 10011

Color Harmonies of #30481A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30481A

Black with #30481A

Text Example


Text Example

White with #30481A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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