Html Css Color HEX #304C3A Goblin

📋 copy color: '#304C3A'

red 48 ◦ green 76 ◦ blue 58

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

Shades of Goblin #304C3A

Tints of Goblin #304C3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 31.87%

R = 26.37%
G = 41.76%
B = 31.87%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.24

 K value IS 0.70

RGB Variations

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

Color information

#304C3A (or 0x304C3A) is known color: Goblin. HEX triplet: 30, 4C and 3A. RGB value is (48,76,58). Sum of RGB (Red+Green+Blue) = 48+76+58=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 76 (30.08% from 255 or 41.76% from 182); Blue value is 58 (23.05% from 255 or 31.87% from 182); Max value from RGB is 76 - color contains mainly: green. Hex color #304C3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304C3A is #CFB3C5. Grayscale: #414141. Windows color (decimal): -13611974 or 3820592. OLE color: 3820592.

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

Color convert

RGB 48 76 58 -
CMYK 0.37 0 0.24 0.70
HSL 141.43º 0.23% 0.24% -
HSV(B) 141.43º 0.37% 0.3% -
XYZ 4.57 6.1 4.94 -
YUV 65.58 123.72 115.46 -
System Red Green Blue C M Y K H S L
Decimal 48 76 58 0.37 0 0.24 0.70 141.43 0.23 0.24
Hex 30 4C 3A 25 0 18 46 8D 17 18
Octal 60 114 72 45 0 30 106 215 27 30
Binary 110000 1001100 111010 100101 0 11000 1000110 10001101 10111 11000

Color Harmonies of #304C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304C3A

Black with #304C3A

Text Example


Text Example

White with #304C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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