Html Css Color HEX #304B3A Goblin

📋 copy color: '#304B3A'

red 48 ◦ green 75 ◦ blue 58

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

Shades of Goblin #304B3A

Tints of Goblin #304B3A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 41.44%

 BLUE value IS 58 (23.05% from 255) = 32.04%

R = 26.52%
G = 41.44%
B = 32.04%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.23

 K value IS 0.71

RGB Variations

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

Color information

#304B3A (or 0x304B3A) is known color: Goblin. HEX triplet: 30, 4B and 3A. RGB value is (48,75,58). Sum of RGB (Red+Green+Blue) = 48+75+58=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 75 (29.69% from 255 or 41.44% from 181); Blue value is 58 (23.05% from 255 or 32.04% from 181); Max value from RGB is 75 - color contains mainly: green. Hex color #304B3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304B3A is #CFB4C5. Grayscale: #414141. Windows color (decimal): -13612230 or 3820336. OLE color: 3820336.

HSL color Cylindrical-coordinate representation of color #304B3A: hue angle of 142.22º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #304B3A is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.

Color convert

RGB 48 75 58 -
CMYK 0.36 0 0.23 0.71
HSL 142.22º 0.22% 0.24% -
HSV(B) 142.22º 0.36% 0.29% -
XYZ 4.5 5.97 4.92 -
YUV 64.99 124.05 115.88 -
System Red Green Blue C M Y K H S L
Decimal 48 75 58 0.36 0 0.23 0.71 142.22 0.22 0.24
Hex 30 4B 3A 24 0 17 47 8E 16 18
Octal 60 113 72 44 0 27 107 216 26 30
Binary 110000 1001011 111010 100100 0 10111 1000111 10001110 10110 11000

Color Harmonies of #304B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304B3A

Black with #304B3A

Text Example


Text Example

White with #304B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,75,58); }

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

background-color css

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

 a { background-color: rgb(48,75,58); }

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

border-color css

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

 span { border-color: rgb(48,75,58); }

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