Html Css Color HEX #305941 Goblin

📋 copy color: '#305941'

red 48 ◦ green 89 ◦ blue 65

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

Shades of Goblin #305941

Tints of Goblin #305941

RGB

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

 GREEN value IS 89 (35.16% from 255) = 44.06%

 BLUE value IS 65 (25.78% from 255) = 32.18%

R = 23.76%
G = 44.06%
B = 32.18%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#305941 (or 0x305941) is known color: Goblin. HEX triplet: 30, 59 and 41. RGB value is (48,89,65). Sum of RGB (Red+Green+Blue) = 48+89+65=202 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.76% from 202); Green value is 89 (35.16% from 255 or 44.06% from 202); Blue value is 65 (25.78% from 255 or 32.18% from 202); Max value from RGB is 89 - color contains mainly: green. Hex color #305941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305941 is #CFA6BE. Grayscale: #4A4A4A. Windows color (decimal): -13608639 or 4282672. OLE color: 4282672.

HSL color Cylindrical-coordinate representation of color #305941: hue angle of 144.88º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #305941 is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 89 65 -
CMYK 0.46 0 0.27 0.65
HSL 144.88º 0.3% 0.27% -
HSV(B) 144.88º 0.46% 0.35% -
XYZ 5.75 8.15 6.27 -
YUV 74.01 122.92 109.45 -
System Red Green Blue C M Y K H S L
Decimal 48 89 65 0.46 0 0.27 0.65 144.88 0.3 0.27
Hex 30 59 41 2E 0 1B 41 91 1E 1B
Octal 60 131 101 56 0 33 101 221 36 33
Binary 110000 1011001 1000001 101110 0 11011 1000001 10010001 11110 11011

Color Harmonies of #305941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305941

Black with #305941

Text Example


Text Example

White with #305941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305941; }

 p { color: rgb(48,89,65); }

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

background-color css

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

 a { background-color: rgb(48,89,65); }

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

border-color css

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

 span { border-color: rgb(48,89,65); }

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