Html Css Color HEX #305540 Goblin

📋 copy color: '#305540'

red 48 ◦ green 85 ◦ blue 64

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

Shades of Goblin #305540

Tints of Goblin #305540

RGB

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

 GREEN value IS 85 (33.59% from 255) = 43.15%

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

R = 24.37%
G = 43.15%
B = 32.49%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#305540 (or 0x305540) is known color: Goblin. HEX triplet: 30, 55 and 40. RGB value is (48,85,64). Sum of RGB (Red+Green+Blue) = 48+85+64=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 85 (33.59% from 255 or 43.15% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 85 - color contains mainly: green. Hex color #305540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305540 is #CFAABF. Grayscale: #474747. Windows color (decimal): -13609664 or 4216112. OLE color: 4216112.

HSL color Cylindrical-coordinate representation of color #305540: hue angle of 145.95º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #305540 is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 85 64 -
CMYK 0.44 0 0.25 0.67
HSL 145.95º 0.28% 0.26% -
HSV(B) 145.95º 0.44% 0.33% -
XYZ 5.39 7.5 6.01 -
YUV 71.54 123.74 111.21 -
System Red Green Blue C M Y K H S L
Decimal 48 85 64 0.44 0 0.25 0.67 145.95 0.28 0.26
Hex 30 55 40 2C 0 19 43 92 1C 1A
Octal 60 125 100 54 0 31 103 222 34 32
Binary 110000 1010101 1000000 101100 0 11001 1000011 10010010 11100 11010

Color Harmonies of #305540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305540

Black with #305540

Text Example


Text Example

White with #305540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305540; }

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

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

background-color css

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

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

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

border-color css

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

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

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