Html Css Color HEX #304D3C Goblin

📋 copy color: '#304D3C'

red 48 ◦ green 77 ◦ blue 60

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

Shades of Goblin #304D3C

Tints of Goblin #304D3C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 41.62%

 BLUE value IS 60 (23.83% from 255) = 32.43%

R = 25.95%
G = 41.62%
B = 32.43%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.22

 K value IS 0.70

RGB Variations

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

Color information

#304D3C (or 0x304D3C) is known color: Goblin. HEX triplet: 30, 4D and 3C. RGB value is (48,77,60). Sum of RGB (Red+Green+Blue) = 48+77+60=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 77 (30.47% from 255 or 41.62% from 185); Blue value is 60 (23.83% from 255 or 32.43% from 185); Max value from RGB is 77 - color contains mainly: green. Hex color #304D3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304D3C is #CFB2C3. Grayscale: #424242. Windows color (decimal): -13611716 or 3951920. OLE color: 3951920.

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

Color convert

RGB 48 77 60 -
CMYK 0.38 0 0.22 0.70
HSL 144.83º 0.23% 0.25% -
HSV(B) 144.83º 0.38% 0.3% -
XYZ 4.69 6.26 5.24 -
YUV 66.39 124.39 114.88 -
System Red Green Blue C M Y K H S L
Decimal 48 77 60 0.38 0 0.22 0.70 144.83 0.23 0.25
Hex 30 4D 3C 26 0 16 46 91 17 19
Octal 60 115 74 46 0 26 106 221 27 31
Binary 110000 1001101 111100 100110 0 10110 1000110 10010001 10111 11001

Color Harmonies of #304D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304D3C

Black with #304D3C

Text Example


Text Example

White with #304D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,77,60); }

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

background-color css

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

 a { background-color: rgb(48,77,60); }

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

border-color css

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

 span { border-color: rgb(48,77,60); }

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