Html Css Color HEX #30411B Seaweed

📋 copy color: '#30411B'

red 48 ◦ green 65 ◦ blue 27

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

Shades of Seaweed #30411B

Tints of Seaweed #30411B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 46.43%

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

R = 34.29%
G = 46.43%
B = 19.29%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#30411B (or 0x30411B) is known color: Seaweed. HEX triplet: 30, 41 and 1B. RGB value is (48,65,27). Sum of RGB (Red+Green+Blue) = 48+65+27=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 65 (25.78% from 255 or 46.43% from 140); Blue value is 27 (10.94% from 255 or 19.29% from 140); Max value from RGB is 65 - color contains mainly: green. Hex color #30411B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30411B is #CFBEE4. Grayscale: #373737. Windows color (decimal): -13614821 or 1786160. OLE color: 1786160.

HSL color Cylindrical-coordinate representation of color #30411B: hue angle of 86.84º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #30411B is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB 48 65 27 -
CMYK 0.26 0 0.58 0.75
HSL 86.84º 0.41% 0.18% -
HSV(B) 86.84º 0.58% 0.25% -
XYZ 3.31 4.49 1.73 -
YUV 55.59 111.87 122.59 -
System Red Green Blue C M Y K H S L
Decimal 48 65 27 0.26 0 0.58 0.75 86.84 0.41 0.18
Hex 30 41 1B 1A 0 3A 4B 57 29 12
Octal 60 101 33 32 0 72 113 127 51 22
Binary 110000 1000001 11011 11010 0 111010 1001011 1010111 101001 10010

Color Harmonies of #30411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30411B

Black with #30411B

Text Example


Text Example

White with #30411B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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