Html Css Color HEX #305541 Goblin

📋 copy color: '#305541'

red 48 ◦ green 85 ◦ blue 65

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

Shades of Goblin #305541

Tints of Goblin #305541

RGB

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

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

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

R = 24.24%
G = 42.93%
B = 32.83%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#305541 (or 0x305541) is known color: Goblin. HEX triplet: 30, 55 and 41. RGB value is (48,85,65). Sum of RGB (Red+Green+Blue) = 48+85+65=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 85 (33.59% from 255 or 42.93% from 198); Blue value is 65 (25.78% from 255 or 32.83% from 198); Max value from RGB is 85 - color contains mainly: green. Hex color #305541 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305541 is #CFAABE. Grayscale: #474747. Windows color (decimal): -13609663 or 4281648. OLE color: 4281648.

HSL color Cylindrical-coordinate representation of color #305541: hue angle of 147.57º 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 #305541 is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 85 65 -
CMYK 0.44 0 0.24 0.67
HSL 147.57º 0.28% 0.26% -
HSV(B) 147.57º 0.44% 0.33% -
XYZ 5.42 7.51 6.16 -
YUV 71.66 124.24 111.13 -
System Red Green Blue C M Y K H S L
Decimal 48 85 65 0.44 0 0.24 0.67 147.57 0.28 0.26
Hex 30 55 41 2C 0 18 43 94 1C 1A
Octal 60 125 101 54 0 30 103 224 34 32
Binary 110000 1010101 1000001 101100 0 11000 1000011 10010100 11100 11010

Color Harmonies of #305541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305541

Black with #305541

Text Example


Text Example

White with #305541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305541; }

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

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

background-color css

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

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

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

border-color css

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

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

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