Html Css Color HEX #305839 Goblin

📋 copy color: '#305839'

red 48 ◦ green 88 ◦ blue 57

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

Shades of Goblin #305839

Tints of Goblin #305839

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 29.53%

R = 24.87%
G = 45.6%
B = 29.53%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.35

 K value IS 0.65

RGB Variations

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

Color information

#305839 (or 0x305839) is known color: Goblin. HEX triplet: 30, 58 and 39. RGB value is (48,88,57). Sum of RGB (Red+Green+Blue) = 48+88+57=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 88 (34.77% from 255 or 45.60% from 193); Blue value is 57 (22.66% from 255 or 29.53% from 193); Max value from RGB is 88 - color contains mainly: green. Hex color #305839 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305839 is #CFA7C6. Grayscale: #484848. Windows color (decimal): -13608903 or 3758128. OLE color: 3758128.

HSL color Cylindrical-coordinate representation of color #305839: hue angle of 133.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 #305839 is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 88 57 -
CMYK 0.45 0 0.35 0.65
HSL 133.5º 0.29% 0.27% -
HSV(B) 133.5º 0.45% 0.35% -
XYZ 5.45 7.9 5.11 -
YUV 72.51 119.25 110.52 -
System Red Green Blue C M Y K H S L
Decimal 48 88 57 0.45 0 0.35 0.65 133.5 0.29 0.27
Hex 30 58 39 2D 0 23 41 86 1D 1B
Octal 60 130 71 55 0 43 101 206 35 33
Binary 110000 1011000 111001 101101 0 100011 1000001 10000110 11101 11011

Color Harmonies of #305839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305839

Black with #305839

Text Example


Text Example

White with #305839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305839; }

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

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

background-color css

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

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

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

border-color css

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

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

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