Html Css Color HEX #304D39 Goblin

📋 copy color: '#304D39'

red 48 ◦ green 77 ◦ blue 57

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

Shades of Goblin #304D39

Tints of Goblin #304D39

RGB

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

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

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

R = 26.37%
G = 42.31%
B = 31.32%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.26

 K value IS 0.70

RGB Variations

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

Color information

#304D39 (or 0x304D39) is known color: Goblin. HEX triplet: 30, 4D and 39. RGB value is (48,77,57). Sum of RGB (Red+Green+Blue) = 48+77+57=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 77 (30.47% from 255 or 42.31% from 182); Blue value is 57 (22.66% from 255 or 31.32% from 182); Max value from RGB is 77 - color contains mainly: green. Hex color #304D39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304D39 is #CFB2C6. Grayscale: #424242. Windows color (decimal): -13611719 or 3755312. OLE color: 3755312.

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

Color convert

RGB 48 77 57 -
CMYK 0.38 0 0.26 0.70
HSL 138.62º 0.23% 0.25% -
HSV(B) 138.62º 0.38% 0.3% -
XYZ 4.61 6.23 4.83 -
YUV 66.05 122.89 115.13 -
System Red Green Blue C M Y K H S L
Decimal 48 77 57 0.38 0 0.26 0.70 138.62 0.23 0.25
Hex 30 4D 39 26 0 1A 46 8B 17 19
Octal 60 115 71 46 0 32 106 213 27 31
Binary 110000 1001101 111001 100110 0 11010 1000110 10001011 10111 11001

Color Harmonies of #304D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304D39

Black with #304D39

Text Example


Text Example

White with #304D39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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