Html Css Color HEX #30431A Seaweed

📋 copy color: '#30431A'

red 48 ◦ green 67 ◦ blue 26

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

Shades of Seaweed #30431A

Tints of Seaweed #30431A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 47.52%

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

R = 34.04%
G = 47.52%
B = 18.44%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.61

 K value IS 0.74

RGB Variations

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

Color information

#30431A (or 0x30431A) is known color: Seaweed. HEX triplet: 30, 43 and 1A. RGB value is (48,67,26). Sum of RGB (Red+Green+Blue) = 48+67+26=141 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.04% from 141); Green value is 67 (26.56% from 255 or 47.52% from 141); Blue value is 26 (10.55% from 255 or 18.44% from 141); Max value from RGB is 67 - color contains mainly: green. Hex color #30431A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30431A is #CFBCE5. Grayscale: #383838. Windows color (decimal): -13614310 or 1721136. OLE color: 1721136.

HSL color Cylindrical-coordinate representation of color #30431A: hue angle of 87.8º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #30431A is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.74.

Color convert

RGB 48 67 26 -
CMYK 0.28 0 0.61 0.74
HSL 87.8º 0.44% 0.18% -
HSV(B) 87.8º 0.61% 0.26% -
XYZ 3.41 4.72 1.71 -
YUV 56.65 110.71 121.83 -
System Red Green Blue C M Y K H S L
Decimal 48 67 26 0.28 0 0.61 0.74 87.8 0.44 0.18
Hex 30 43 1A 1C 0 3D 4A 58 2C 12
Octal 60 103 32 34 0 75 112 130 54 22
Binary 110000 1000011 11010 11100 0 111101 1001010 1011000 101100 10010

Color Harmonies of #30431A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30431A

Black with #30431A

Text Example


Text Example

White with #30431A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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