Html Css Color HEX #304C39 Goblin

📋 copy color: '#304C39'

red 48 ◦ green 76 ◦ blue 57

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

Shades of Goblin #304C39

Tints of Goblin #304C39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 31.49%

R = 26.52%
G = 41.99%
B = 31.49%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.25

 K value IS 0.70

RGB Variations

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

Color information

#304C39 (or 0x304C39) is known color: Goblin. HEX triplet: 30, 4C and 39. RGB value is (48,76,57). Sum of RGB (Red+Green+Blue) = 48+76+57=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 76 (30.08% from 255 or 41.99% from 181); Blue value is 57 (22.66% from 255 or 31.49% from 181); Max value from RGB is 76 - color contains mainly: green. Hex color #304C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304C39 is #CFB3C6. Grayscale: #414141. Windows color (decimal): -13611975 or 3755056. OLE color: 3755056.

HSL color Cylindrical-coordinate representation of color #304C39: hue angle of 139.29º 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 #304C39 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.70.

Color convert

RGB 48 76 57 -
CMYK 0.37 0 0.25 0.70
HSL 139.29º 0.23% 0.24% -
HSV(B) 139.29º 0.37% 0.3% -
XYZ 4.54 6.09 4.81 -
YUV 65.46 123.22 115.54 -
System Red Green Blue C M Y K H S L
Decimal 48 76 57 0.37 0 0.25 0.70 139.29 0.23 0.24
Hex 30 4C 39 25 0 19 46 8B 17 18
Octal 60 114 71 45 0 31 106 213 27 30
Binary 110000 1001100 111001 100101 0 11001 1000110 10001011 10111 11000

Color Harmonies of #304C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304C39

Black with #304C39

Text Example


Text Example

White with #304C39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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