Html Css Color HEX #304C1B Seaweed

📋 copy color: '#304C1B'

red 48 ◦ green 76 ◦ blue 27

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

Shades of Seaweed #304C1B

Tints of Seaweed #304C1B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 50.33%

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

R = 31.79%
G = 50.33%
B = 17.88%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.64

 K value IS 0.70

RGB Variations

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

Color information

#304C1B (or 0x304C1B) is known color: Seaweed. HEX triplet: 30, 4C and 1B. RGB value is (48,76,27). Sum of RGB (Red+Green+Blue) = 48+76+27=151 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.79% from 151); Green value is 76 (30.08% from 255 or 50.33% from 151); Blue value is 27 (10.94% from 255 or 17.88% from 151); Max value from RGB is 76 - color contains mainly: green. Hex color #304C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304C1B is #CFB3E4. Grayscale: #3E3E3E. Windows color (decimal): -13612005 or 1788976. OLE color: 1788976.

HSL color Cylindrical-coordinate representation of color #304C1B: hue angle of 94.29º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #304C1B is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.70.

Color convert

RGB 48 76 27 -
CMYK 0.37 0 0.64 0.70
HSL 94.29º 0.48% 0.2% -
HSV(B) 94.29º 0.64% 0.3% -
XYZ 4 5.88 1.96 -
YUV 62.04 108.22 117.98 -
System Red Green Blue C M Y K H S L
Decimal 48 76 27 0.37 0 0.64 0.70 94.29 0.48 0.2
Hex 30 4C 1B 25 0 40 46 5E 30 14
Octal 60 114 33 45 0 100 106 136 60 24
Binary 110000 1001100 11011 100101 0 1000000 1000110 1011110 110000 10100

Color Harmonies of #304C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304C1B

Black with #304C1B

Text Example


Text Example

White with #304C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304C1B; }

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

 H1.HeaderClassName
 {
   color: #304C1B;
 }
 .AnyTagClassName
 {
   color: #304C1B;
 }
</style>

background-color css

<style>
 a { background-color: #304C1B; }

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

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

border-color css

<style>
 span { border-color: #304C1B; }

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

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