Html Css Color HEX #305C3C Goblin

📋 copy color: '#305C3C'

red 48 ◦ green 92 ◦ blue 60

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

Shades of Goblin #305C3C

Tints of Goblin #305C3C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 46%

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

R = 24%
G = 46%
B = 30%

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

#305C3C (or 0x305C3C) is known color: Goblin. HEX triplet: 30, 5C and 3C. RGB value is (48,92,60). Sum of RGB (Red+Green+Blue) = 48+92+60=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 92 (36.33% from 255 or 46% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 92 - color contains mainly: green. Hex color #305C3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305C3C is #CFA3C3. Grayscale: #4B4B4B. Windows color (decimal): -13607876 or 3955760. OLE color: 3955760.

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

Color convert

RGB 48 92 60 -
CMYK 0.48 0 0.35 0.64
HSL 136.36º 0.31% 0.27% -
HSV(B) 136.36º 0.48% 0.36% -
XYZ 5.86 8.61 5.63 -
YUV 75.2 119.42 108.6 -
System Red Green Blue C M Y K H S L
Decimal 48 92 60 0.48 0 0.35 0.64 136.36 0.31 0.27
Hex 30 5C 3C 30 0 23 40 88 1F 1B
Octal 60 134 74 60 0 43 100 210 37 33
Binary 110000 1011100 111100 110000 0 100011 1000000 10001000 11111 11011

Color Harmonies of #305C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305C3C

Black with #305C3C

Text Example


Text Example

White with #305C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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