Html Css Color HEX #30421F Seaweed

📋 copy color: '#30421F'

red 48 ◦ green 66 ◦ blue 31

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

Shades of Seaweed #30421F

Tints of Seaweed #30421F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 21.38%

R = 33.1%
G = 45.52%
B = 21.38%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.53

 K value IS 0.74

RGB Variations

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

Color information

#30421F (or 0x30421F) is known color: Seaweed. HEX triplet: 30, 42 and 1F. RGB value is (48,66,31). Sum of RGB (Red+Green+Blue) = 48+66+31=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 66 (26.17% from 255 or 45.52% from 145); Blue value is 31 (12.5% from 255 or 21.38% from 145); Max value from RGB is 66 - color contains mainly: green. Hex color #30421F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30421F is #CFBDE0. Grayscale: #383838. Windows color (decimal): -13614561 or 2048560. OLE color: 2048560.

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

Color convert

RGB 48 66 31 -
CMYK 0.27 0 0.53 0.74
HSL 90.86º 0.36% 0.19% -
HSV(B) 90.86º 0.53% 0.26% -
XYZ 3.41 4.62 2.01 -
YUV 56.63 113.54 121.85 -
System Red Green Blue C M Y K H S L
Decimal 48 66 31 0.27 0 0.53 0.74 90.86 0.36 0.19
Hex 30 42 1F 1B 0 35 4A 5B 24 13
Octal 60 102 37 33 0 65 112 133 44 23
Binary 110000 1000010 11111 11011 0 110101 1001010 1011011 100100 10011

Color Harmonies of #30421F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30421F

Black with #30421F

Text Example


Text Example

White with #30421F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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