Html Css Color HEX #305340 Goblin

📋 copy color: '#305340'

red 48 ◦ green 83 ◦ blue 64

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

Shades of Goblin #305340

Tints of Goblin #305340

RGB

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

 GREEN value IS 83 (32.81% from 255) = 42.56%

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

R = 24.62%
G = 42.56%
B = 32.82%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#305340 (or 0x305340) is known color: Goblin. HEX triplet: 30, 53 and 40. RGB value is (48,83,64). Sum of RGB (Red+Green+Blue) = 48+83+64=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 83 (32.81% from 255 or 42.56% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 83 - color contains mainly: green. Hex color #305340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305340 is #CFACBF. Grayscale: #464646. Windows color (decimal): -13610176 or 4215600. OLE color: 4215600.

HSL color Cylindrical-coordinate representation of color #305340: hue angle of 147.43º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #305340 is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 83 64 -
CMYK 0.42 0 0.23 0.67
HSL 147.43º 0.27% 0.26% -
HSV(B) 147.43º 0.42% 0.33% -
XYZ 5.24 7.19 5.96 -
YUV 70.37 124.4 112.04 -
System Red Green Blue C M Y K H S L
Decimal 48 83 64 0.42 0 0.23 0.67 147.43 0.27 0.26
Hex 30 53 40 2A 0 17 43 93 1B 1A
Octal 60 123 100 52 0 27 103 223 33 32
Binary 110000 1010011 1000000 101010 0 10111 1000011 10010011 11011 11010

Color Harmonies of #305340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305340

Black with #305340

Text Example


Text Example

White with #305340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305340; }

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

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

background-color css

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

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

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

border-color css

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

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

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