Html Css Color HEX #30421D Seaweed

📋 copy color: '#30421D'

red 48 ◦ green 66 ◦ blue 29

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

Shades of Seaweed #30421D

Tints of Seaweed #30421D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 46.15%

 BLUE value IS 29 (11.72% from 255) = 20.28%

R = 33.57%
G = 46.15%
B = 20.28%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.56

 K value IS 0.74

RGB Variations

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

Color information

#30421D (or 0x30421D) is known color: Seaweed. HEX triplet: 30, 42 and 1D. RGB value is (48,66,29). Sum of RGB (Red+Green+Blue) = 48+66+29=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 66 (26.17% from 255 or 46.15% from 143); Blue value is 29 (11.72% from 255 or 20.28% from 143); Max value from RGB is 66 - color contains mainly: green. Hex color #30421D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30421D is #CFBDE2. Grayscale: #383838. Windows color (decimal): -13614563 or 1917488. OLE color: 1917488.

HSL color Cylindrical-coordinate representation of color #30421D: hue angle of 89.19º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #30421D is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.74.

Color convert

RGB 48 66 29 -
CMYK 0.27 0 0.56 0.74
HSL 89.19º 0.39% 0.19% -
HSV(B) 89.19º 0.56% 0.26% -
XYZ 3.39 4.61 1.87 -
YUV 56.4 112.54 122.01 -
System Red Green Blue C M Y K H S L
Decimal 48 66 29 0.27 0 0.56 0.74 89.19 0.39 0.19
Hex 30 42 1D 1B 0 38 4A 59 27 13
Octal 60 102 35 33 0 70 112 131 47 23
Binary 110000 1000010 11101 11011 0 111000 1001010 1011001 100111 10011

Color Harmonies of #30421D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30421D

Black with #30421D

Text Example


Text Example

White with #30421D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30421D; }

 p { color: rgb(48,66,29); }

 H1.HeaderClassName
 {
   color: #30421D;
 }
 .AnyTagClassName
 {
   color: #30421D;
 }
</style>

background-color css

<style>
 a { background-color: #30421D; }

 a { background-color: rgb(48,66,29); }

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

border-color css

<style>
 span { border-color: #30421D; }

 span { border-color: rgb(48,66,29); }

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