Html Css Color HEX #305740 Goblin

📋 copy color: '#305740'

red 48 ◦ green 87 ◦ blue 64

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

Shades of Goblin #305740

Tints of Goblin #305740

RGB

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

 GREEN value IS 87 (34.38% from 255) = 43.72%

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

R = 24.12%
G = 43.72%
B = 32.16%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#305740 (or 0x305740) is known color: Goblin. HEX triplet: 30, 57 and 40. RGB value is (48,87,64). Sum of RGB (Red+Green+Blue) = 48+87+64=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 87 (34.38% from 255 or 43.72% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 87 - color contains mainly: green. Hex color #305740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305740 is #CFA8BF. Grayscale: #484848. Windows color (decimal): -13609152 or 4216624. OLE color: 4216624.

HSL color Cylindrical-coordinate representation of color #305740: hue angle of 144.62º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #305740 is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB 48 87 64 -
CMYK 0.45 0 0.26 0.66
HSL 144.62º 0.29% 0.26% -
HSV(B) 144.62º 0.45% 0.34% -
XYZ 5.55 7.81 6.07 -
YUV 72.72 123.08 110.37 -
System Red Green Blue C M Y K H S L
Decimal 48 87 64 0.45 0 0.26 0.66 144.62 0.29 0.26
Hex 30 57 40 2D 0 1A 42 91 1D 1A
Octal 60 127 100 55 0 32 102 221 35 32
Binary 110000 1010111 1000000 101101 0 11010 1000010 10010001 11101 11010

Color Harmonies of #305740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305740

Black with #305740

Text Example


Text Example

White with #305740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305740; }

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

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

background-color css

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

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

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

border-color css

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

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

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