Html Css Color HEX #30431B Seaweed

📋 copy color: '#30431B'

red 48 ◦ green 67 ◦ blue 27

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

Shades of Seaweed #30431B

Tints of Seaweed #30431B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 19.01%

R = 33.8%
G = 47.18%
B = 19.01%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.60

 K value IS 0.74

RGB Variations

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

Color information

#30431B (or 0x30431B) is known color: Seaweed. HEX triplet: 30, 43 and 1B. RGB value is (48,67,27). Sum of RGB (Red+Green+Blue) = 48+67+27=142 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.80% from 142); Green value is 67 (26.56% from 255 or 47.18% from 142); Blue value is 27 (10.94% from 255 or 19.01% from 142); Max value from RGB is 67 - color contains mainly: green. Hex color #30431B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30431B is #CFBCE4. Grayscale: #383838. Windows color (decimal): -13614309 or 1786672. OLE color: 1786672.

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

Color convert

RGB 48 67 27 -
CMYK 0.28 0 0.60 0.74
HSL 88.5º 0.43% 0.18% -
HSV(B) 88.5º 0.6% 0.26% -
XYZ 3.42 4.72 1.77 -
YUV 56.76 111.21 121.75 -
System Red Green Blue C M Y K H S L
Decimal 48 67 27 0.28 0 0.60 0.74 88.5 0.43 0.18
Hex 30 43 1B 1C 0 3C 4A 58 2B 12
Octal 60 103 33 34 0 74 112 130 53 22
Binary 110000 1000011 11011 11100 0 111100 1001010 1011000 101011 10010

Color Harmonies of #30431B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30431B

Black with #30431B

Text Example


Text Example

White with #30431B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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