Html Css Color HEX #305A40 Goblin

📋 copy color: '#305A40'

red 48 ◦ green 90 ◦ blue 64

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

Shades of Goblin #305A40

Tints of Goblin #305A40

RGB

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

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

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

R = 23.76%
G = 44.55%
B = 31.68%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.29

 K value IS 0.65

RGB Variations

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

Color information

#305A40 (or 0x305A40) is known color: Goblin. HEX triplet: 30, 5A and 40. RGB value is (48,90,64). Sum of RGB (Red+Green+Blue) = 48+90+64=202 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.76% from 202); Green value is 90 (35.55% from 255 or 44.55% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 90 - color contains mainly: green. Hex color #305A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305A40 is #CFA5BF. Grayscale: #4A4A4A. Windows color (decimal): -13608384 or 4217392. OLE color: 4217392.

HSL color Cylindrical-coordinate representation of color #305A40: hue angle of 142.86º 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 #305A40 is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 90 64 -
CMYK 0.47 0 0.29 0.65
HSL 142.86º 0.3% 0.27% -
HSV(B) 142.86º 0.47% 0.35% -
XYZ 5.8 8.31 6.15 -
YUV 74.48 122.09 109.11 -
System Red Green Blue C M Y K H S L
Decimal 48 90 64 0.47 0 0.29 0.65 142.86 0.3 0.27
Hex 30 5A 40 2F 0 1D 41 8F 1E 1B
Octal 60 132 100 57 0 35 101 217 36 33
Binary 110000 1011010 1000000 101111 0 11101 1000001 10001111 11110 11011

Color Harmonies of #305A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305A40

Black with #305A40

Text Example


Text Example

White with #305A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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