Html Css Color HEX #30431E Seaweed

📋 copy color: '#30431E'

red 48 ◦ green 67 ◦ blue 30

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

Shades of Seaweed #30431E

Tints of Seaweed #30431E

RGB

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

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

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

R = 33.1%
G = 46.21%
B = 20.69%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.55

 K value IS 0.74

RGB Variations

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

Color information

#30431E (or 0x30431E) is known color: Seaweed. HEX triplet: 30, 43 and 1E. RGB value is (48,67,30). Sum of RGB (Red+Green+Blue) = 48+67+30=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 67 (26.56% from 255 or 46.21% from 145); Blue value is 30 (12.11% from 255 or 20.69% from 145); Max value from RGB is 67 - color contains mainly: green. Hex color #30431E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30431E is #CFBCE1. Grayscale: #393939. Windows color (decimal): -13614306 or 1983280. OLE color: 1983280.

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

Color convert

RGB 48 67 30 -
CMYK 0.28 0 0.55 0.74
HSL 90.81º 0.38% 0.19% -
HSV(B) 90.81º 0.55% 0.26% -
XYZ 3.46 4.74 1.96 -
YUV 57.1 112.71 121.51 -
System Red Green Blue C M Y K H S L
Decimal 48 67 30 0.28 0 0.55 0.74 90.81 0.38 0.19
Hex 30 43 1E 1C 0 37 4A 5B 26 13
Octal 60 103 36 34 0 67 112 133 46 23
Binary 110000 1000011 11110 11100 0 110111 1001010 1011011 100110 10011

Color Harmonies of #30431E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30431E

Black with #30431E

Text Example


Text Example

White with #30431E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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