Html Css Color HEX #305C3F Goblin

📋 copy color: '#305C3F'

red 48 ◦ green 92 ◦ blue 63

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

Shades of Goblin #305C3F

Tints of Goblin #305C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 31.03%

R = 23.65%
G = 45.32%
B = 31.03%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.32

 K value IS 0.64

RGB Variations

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

Color information

#305C3F (or 0x305C3F) is known color: Goblin. HEX triplet: 30, 5C and 3F. RGB value is (48,92,63). Sum of RGB (Red+Green+Blue) = 48+92+63=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 92 (36.33% from 255 or 45.32% from 203); Blue value is 63 (25% from 255 or 31.03% from 203); Max value from RGB is 92 - color contains mainly: green. Hex color #305C3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305C3F is #CFA3C0. Grayscale: #4B4B4B. Windows color (decimal): -13607873 or 4152368. OLE color: 4152368.

HSL color Cylindrical-coordinate representation of color #305C3F: hue angle of 140.45º 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 #305C3F is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 92 63 -
CMYK 0.48 0 0.32 0.64
HSL 140.45º 0.31% 0.27% -
HSV(B) 140.45º 0.48% 0.36% -
XYZ 5.94 8.64 6.06 -
YUV 75.54 120.92 108.36 -
System Red Green Blue C M Y K H S L
Decimal 48 92 63 0.48 0 0.32 0.64 140.45 0.31 0.27
Hex 30 5C 3F 30 0 20 40 8C 1F 1B
Octal 60 134 77 60 0 40 100 214 37 33
Binary 110000 1011100 111111 110000 0 100000 1000000 10001100 11111 11011

Color Harmonies of #305C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305C3F

Black with #305C3F

Text Example


Text Example

White with #305C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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