Html Css Color HEX #305841 Goblin

📋 copy color: '#305841'

red 48 ◦ green 88 ◦ blue 65

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

Shades of Goblin #305841

Tints of Goblin #305841

RGB

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

 GREEN value IS 88 (34.77% from 255) = 43.78%

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

R = 23.88%
G = 43.78%
B = 32.34%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#305841 (or 0x305841) is known color: Goblin. HEX triplet: 30, 58 and 41. RGB value is (48,88,65). Sum of RGB (Red+Green+Blue) = 48+88+65=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 88 (34.77% from 255 or 43.78% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 88 - color contains mainly: green. Hex color #305841 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305841 is #CFA7BE. Grayscale: #494949. Windows color (decimal): -13608895 or 4282416. OLE color: 4282416.

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

Color convert

RGB 48 88 65 -
CMYK 0.45 0 0.26 0.65
HSL 145.5º 0.29% 0.27% -
HSV(B) 145.5º 0.45% 0.35% -
XYZ 5.66 7.99 6.24 -
YUV 73.42 123.25 109.87 -
System Red Green Blue C M Y K H S L
Decimal 48 88 65 0.45 0 0.26 0.65 145.5 0.29 0.27
Hex 30 58 41 2D 0 1A 41 92 1D 1B
Octal 60 130 101 55 0 32 101 222 35 33
Binary 110000 1011000 1000001 101101 0 11010 1000001 10010010 11101 11011

Color Harmonies of #305841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305841

Black with #305841

Text Example


Text Example

White with #305841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305841; }

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

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

background-color css

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

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

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

border-color css

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

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

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