Html Css Color HEX #305A41 Goblin

📋 copy color: '#305A41'

red 48 ◦ green 90 ◦ blue 65

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

Shades of Goblin #305A41

Tints of Goblin #305A41

RGB

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

 GREEN value IS 90 (35.55% from 255) = 44.33%

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

R = 23.65%
G = 44.33%
B = 32.02%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#305A41 (or 0x305A41) is known color: Goblin. HEX triplet: 30, 5A and 41. RGB value is (48,90,65). Sum of RGB (Red+Green+Blue) = 48+90+65=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 90 (35.55% from 255 or 44.33% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 90 - color contains mainly: green. Hex color #305A41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305A41 is #CFA5BE. Grayscale: #4A4A4A. Windows color (decimal): -13608383 or 4282928. OLE color: 4282928.

HSL color Cylindrical-coordinate representation of color #305A41: hue angle of 144.29º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #305A41 is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 90 65 -
CMYK 0.47 0 0.28 0.65
HSL 144.29º 0.3% 0.27% -
HSV(B) 144.29º 0.47% 0.35% -
XYZ 5.83 8.32 6.3 -
YUV 74.59 122.59 109.03 -
System Red Green Blue C M Y K H S L
Decimal 48 90 65 0.47 0 0.28 0.65 144.29 0.3 0.27
Hex 30 5A 41 2F 0 1C 41 90 1E 1B
Octal 60 132 101 57 0 34 101 220 36 33
Binary 110000 1011010 1000001 101111 0 11100 1000001 10010000 11110 11011

Color Harmonies of #305A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305A41

Black with #305A41

Text Example


Text Example

White with #305A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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