Html Css Color HEX #304C38 Goblin

📋 copy color: '#304C38'

red 48 ◦ green 76 ◦ blue 56

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

Shades of Goblin #304C38

Tints of Goblin #304C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 31.11%

R = 26.67%
G = 42.22%
B = 31.11%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.26

 K value IS 0.70

RGB Variations

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

Color information

#304C38 (or 0x304C38) is known color: Goblin. HEX triplet: 30, 4C and 38. RGB value is (48,76,56). Sum of RGB (Red+Green+Blue) = 48+76+56=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 76 (30.08% from 255 or 42.22% from 180); Blue value is 56 (22.27% from 255 or 31.11% from 180); Max value from RGB is 76 - color contains mainly: green. Hex color #304C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304C38 is #CFB3C7. Grayscale: #414141. Windows color (decimal): -13611976 or 3689520. OLE color: 3689520.

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

Color convert

RGB 48 76 56 -
CMYK 0.37 0 0.26 0.70
HSL 137.14º 0.23% 0.24% -
HSV(B) 137.14º 0.37% 0.3% -
XYZ 4.52 6.08 4.68 -
YUV 65.35 122.72 115.63 -
System Red Green Blue C M Y K H S L
Decimal 48 76 56 0.37 0 0.26 0.70 137.14 0.23 0.24
Hex 30 4C 38 25 0 1A 46 89 17 18
Octal 60 114 70 45 0 32 106 211 27 30
Binary 110000 1001100 111000 100101 0 11010 1000110 10001001 10111 11000

Color Harmonies of #304C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304C38

Black with #304C38

Text Example


Text Example

White with #304C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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