Html Css Color HEX #305741 Goblin

📋 copy color: '#305741'

red 48 ◦ green 87 ◦ blue 65

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

Shades of Goblin #305741

Tints of Goblin #305741

RGB

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

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

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

R = 24%
G = 43.5%
B = 32.5%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.25

 K value IS 0.66

RGB Variations

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

Color information

#305741 (or 0x305741) is known color: Goblin. HEX triplet: 30, 57 and 41. RGB value is (48,87,65). Sum of RGB (Red+Green+Blue) = 48+87+65=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 87 (34.38% from 255 or 43.5% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 87 - color contains mainly: green. Hex color #305741 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305741 is #CFA8BE. Grayscale: #484848. Windows color (decimal): -13609151 or 4282160. OLE color: 4282160.

HSL color Cylindrical-coordinate representation of color #305741: hue angle of 146.15º 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 #305741 is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.66.

Color convert

RGB 48 87 65 -
CMYK 0.45 0 0.25 0.66
HSL 146.15º 0.29% 0.26% -
HSV(B) 146.15º 0.45% 0.34% -
XYZ 5.58 7.83 6.22 -
YUV 72.83 123.58 110.29 -
System Red Green Blue C M Y K H S L
Decimal 48 87 65 0.45 0 0.25 0.66 146.15 0.29 0.26
Hex 30 57 41 2D 0 19 42 92 1D 1A
Octal 60 127 101 55 0 31 102 222 35 32
Binary 110000 1010111 1000001 101101 0 11001 1000010 10010010 11101 11010

Color Harmonies of #305741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305741

Black with #305741

Text Example


Text Example

White with #305741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305741; }

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

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

background-color css

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

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

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

border-color css

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

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

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