Html Css Color HEX #305940 Goblin

📋 copy color: '#305940'

red 48 ◦ green 89 ◦ blue 64

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

Shades of Goblin #305940

Tints of Goblin #305940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 31.84%

R = 23.88%
G = 44.28%
B = 31.84%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#305940 (or 0x305940) is known color: Goblin. HEX triplet: 30, 59 and 40. RGB value is (48,89,64). Sum of RGB (Red+Green+Blue) = 48+89+64=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 89 (35.16% from 255 or 44.28% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 89 - color contains mainly: green. Hex color #305940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305940 is #CFA6BF. Grayscale: #494949. Windows color (decimal): -13608640 or 4217136. OLE color: 4217136.

HSL color Cylindrical-coordinate representation of color #305940: hue angle of 143.41º 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 #305940 is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 89 64 -
CMYK 0.46 0 0.28 0.65
HSL 143.41º 0.3% 0.27% -
HSV(B) 143.41º 0.46% 0.35% -
XYZ 5.72 8.14 6.12 -
YUV 73.89 122.42 109.53 -
System Red Green Blue C M Y K H S L
Decimal 48 89 64 0.46 0 0.28 0.65 143.41 0.3 0.27
Hex 30 59 40 2E 0 1C 41 8F 1E 1B
Octal 60 131 100 56 0 34 101 217 36 33
Binary 110000 1011001 1000000 101110 0 11100 1000001 10001111 11110 11011

Color Harmonies of #305940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305940

Black with #305940

Text Example


Text Example

White with #305940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305940; }

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

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

background-color css

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

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

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

border-color css

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

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

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