#305A3F

Color #305A3F Goblin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goblin #305A3F

Tints of Goblin #305A3F

Color information

#305A3F (or 0x305A3F) is unknown color: approx Goblin. HEX triplet: 30, 5A and 3F. RGB value is (48,90,63). Sum of RGB (Red+Green+Blue) = 48+90+63=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 90 (35.55% from 255 or 44.78% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 90 - color contains mainly: green. Hex color #305A3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305A3F is #CFA5C0. Grayscale: #4A4A4A. Windows color (decimal): -13608385 or 4151856. OLE color: 4151856.

HSL color Cylindrical-coordinate representation of color #305A3F: hue angle of 141.43º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #305A3F is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB489063-
CMYK0.4700.300.65
HSL141.43º30.43%27.06%-
HSV(B)141.43º46.67%35.29%-
XYZ5.778.36-
YUV74.36121.59109.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.88%
GREEN value IS 90 (35.55% from 255) = 44.78%
BLUE value IS 63 (25% from 255) = 31.34%
R=23.88%
G=44.78%
B=31.34%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4890630.4700.300.65141.4330.4327.06
Hex305A3F2F01E418d1e1b
Octal6013277570361012153633
Binary11000010110101111111011110111101000001100011011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #305A3F;
 }
 .AnyTagClassName
 {
   color: #305A3F;
 }
</style>
background-color css

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

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

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

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

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

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