Html Css Color HEX #304E3B Goblin

📋 copy color: '#304E3B'

red 48 ◦ green 78 ◦ blue 59

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

Shades of Goblin #304E3B

Tints of Goblin #304E3B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 42.16%

 BLUE value IS 59 (23.44% from 255) = 31.89%

R = 25.95%
G = 42.16%
B = 31.89%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#304E3B (or 0x304E3B) is known color: Goblin. HEX triplet: 30, 4E and 3B. RGB value is (48,78,59). Sum of RGB (Red+Green+Blue) = 48+78+59=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 78 (30.86% from 255 or 42.16% from 185); Blue value is 59 (23.44% from 255 or 31.89% from 185); Max value from RGB is 78 - color contains mainly: green. Hex color #304E3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304E3B is #CFB1C4. Grayscale: #424242. Windows color (decimal): -13611461 or 3886640. OLE color: 3886640.

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

Color convert

RGB 48 78 59 -
CMYK 0.38 0 0.24 0.69
HSL 142º 0.24% 0.25% -
HSV(B) 142º 0.38% 0.31% -
XYZ 4.73 6.39 5.12 -
YUV 66.86 123.56 114.54 -
System Red Green Blue C M Y K H S L
Decimal 48 78 59 0.38 0 0.24 0.69 142 0.24 0.25
Hex 30 4E 3B 26 0 18 45 8E 18 19
Octal 60 116 73 46 0 30 105 216 30 31
Binary 110000 1001110 111011 100110 0 11000 1000101 10001110 11000 11001

Color Harmonies of #304E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304E3B

Black with #304E3B

Text Example


Text Example

White with #304E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,78,59); }

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

background-color css

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

 a { background-color: rgb(48,78,59); }

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

border-color css

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

 span { border-color: rgb(48,78,59); }

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