Html Css Color HEX #304F3C Goblin

📋 copy color: '#304F3C'

red 48 ◦ green 79 ◦ blue 60

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

Shades of Goblin #304F3C

Tints of Goblin #304F3C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 42.25%

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

R = 25.67%
G = 42.25%
B = 32.09%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#304F3C (or 0x304F3C) is known color: Goblin. HEX triplet: 30, 4F and 3C. RGB value is (48,79,60). Sum of RGB (Red+Green+Blue) = 48+79+60=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 79 (31.25% from 255 or 42.25% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 79 - color contains mainly: green. Hex color #304F3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304F3C is #CFB0C3. Grayscale: #434343. Windows color (decimal): -13611204 or 3952432. OLE color: 3952432.

HSL color Cylindrical-coordinate representation of color #304F3C: hue angle of 143.23º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #304F3C is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 79 60 -
CMYK 0.39 0 0.24 0.69
HSL 143.23º 0.24% 0.25% -
HSV(B) 143.23º 0.39% 0.31% -
XYZ 4.83 6.55 5.28 -
YUV 67.57 123.73 114.04 -
System Red Green Blue C M Y K H S L
Decimal 48 79 60 0.39 0 0.24 0.69 143.23 0.24 0.25
Hex 30 4F 3C 27 0 18 45 8F 18 19
Octal 60 117 74 47 0 30 105 217 30 31
Binary 110000 1001111 111100 100111 0 11000 1000101 10001111 11000 11001

Color Harmonies of #304F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304F3C

Black with #304F3C

Text Example


Text Example

White with #304F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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