Html Css Color HEX #304F3E Goblin

📋 copy color: '#304F3E'

red 48 ◦ green 79 ◦ blue 62

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

Shades of Goblin #304F3E

Tints of Goblin #304F3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 32.8%

R = 25.4%
G = 41.8%
B = 32.8%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#304F3E (or 0x304F3E) is known color: Goblin. HEX triplet: 30, 4F and 3E. RGB value is (48,79,62). Sum of RGB (Red+Green+Blue) = 48+79+62=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 79 (31.25% from 255 or 41.80% from 189); Blue value is 62 (24.61% from 255 or 32.80% from 189); Max value from RGB is 79 - color contains mainly: green. Hex color #304F3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304F3E is #CFB0C1. Grayscale: #434343. Windows color (decimal): -13611202 or 4083504. OLE color: 4083504.

HSL color Cylindrical-coordinate representation of color #304F3E: hue angle of 147.1º 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 #304F3E is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 79 62 -
CMYK 0.39 0 0.22 0.69
HSL 147.1º 0.24% 0.25% -
HSV(B) 147.1º 0.39% 0.31% -
XYZ 4.88 6.57 5.57 -
YUV 67.79 124.73 113.88 -
System Red Green Blue C M Y K H S L
Decimal 48 79 62 0.39 0 0.22 0.69 147.1 0.24 0.25
Hex 30 4F 3E 27 0 16 45 93 18 19
Octal 60 117 76 47 0 26 105 223 30 31
Binary 110000 1001111 111110 100111 0 10110 1000101 10010011 11000 11001

Color Harmonies of #304F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304F3E

Black with #304F3E

Text Example


Text Example

White with #304F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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