Html Css Color HEX #305D3C Goblin

📋 copy color: '#305D3C'

red 48 ◦ green 93 ◦ blue 60

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

Shades of Goblin #305D3C

Tints of Goblin #305D3C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 46.27%

 BLUE value IS 60 (23.83% from 255) = 29.85%

R = 23.88%
G = 46.27%
B = 29.85%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.35

 K value IS 0.64

RGB Variations

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

Color information

#305D3C (or 0x305D3C) is known color: Goblin. HEX triplet: 30, 5D and 3C. RGB value is (48,93,60). Sum of RGB (Red+Green+Blue) = 48+93+60=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 93 (36.72% from 255 or 46.27% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 93 - color contains mainly: green. Hex color #305D3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305D3C is #CFA2C3. Grayscale: #4B4B4B. Windows color (decimal): -13607620 or 3956016. OLE color: 3956016.

HSL color Cylindrical-coordinate representation of color #305D3C: hue angle of 136º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #305D3C is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 93 60 -
CMYK 0.48 0 0.35 0.64
HSL 136º 0.32% 0.28% -
HSV(B) 136º 0.48% 0.36% -
XYZ 5.95 8.78 5.66 -
YUV 75.78 119.09 108.18 -
System Red Green Blue C M Y K H S L
Decimal 48 93 60 0.48 0 0.35 0.64 136 0.32 0.28
Hex 30 5D 3C 30 0 23 40 88 20 1C
Octal 60 135 74 60 0 43 100 210 40 34
Binary 110000 1011101 111100 110000 0 100011 1000000 10001000 100000 11100

Color Harmonies of #305D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305D3C

Black with #305D3C

Text Example


Text Example

White with #305D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,93,60); }

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

background-color css

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

 a { background-color: rgb(48,93,60); }

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

border-color css

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

 span { border-color: rgb(48,93,60); }

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