Html Css Color HEX #305D3F Goblin

📋 copy color: '#305D3F'

red 48 ◦ green 93 ◦ blue 63

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

Shades of Goblin #305D3F

Tints of Goblin #305D3F

RGB

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

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

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

R = 23.53%
G = 45.59%
B = 30.88%

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

#305D3F (or 0x305D3F) is known color: Goblin. HEX triplet: 30, 5D and 3F. RGB value is (48,93,63). Sum of RGB (Red+Green+Blue) = 48+93+63=204 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.53% from 204); Green value is 93 (36.72% from 255 or 45.59% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 93 - color contains mainly: green. Hex color #305D3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305D3F is #CFA2C0. Grayscale: #4C4C4C. Windows color (decimal): -13607617 or 4152624. OLE color: 4152624.

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

Color convert

RGB 48 93 63 -
CMYK 0.48 0 0.32 0.64
HSL 140º 0.32% 0.28% -
HSV(B) 140º 0.48% 0.36% -
XYZ 6.03 8.82 6.09 -
YUV 76.13 120.59 107.94 -
System Red Green Blue C M Y K H S L
Decimal 48 93 63 0.48 0 0.32 0.64 140 0.32 0.28
Hex 30 5D 3F 30 0 20 40 8C 20 1C
Octal 60 135 77 60 0 40 100 214 40 34
Binary 110000 1011101 111111 110000 0 100000 1000000 10001100 100000 11100

Color Harmonies of #305D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305D3F

Black with #305D3F

Text Example


Text Example

White with #305D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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