#30613f

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

Shades of Goblin #30613F

Tints of Goblin #30613F

Color information

#30613F (or 0x30613F) is unknown color: approx Goblin. HEX triplet: 30, 61 and 3F. RGB value is (48,97,63). Sum of RGB (Red+Green+Blue) = 48+97+63=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 97 (38.28% from 255 or 46.63% from 208); Blue value is 63 (25% from 255 or 30.29% from 208); Max value from RGB is 97 - color contains mainly: green. Hex color #30613F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30613F is #CF9EC0. Grayscale: #4E4E4E. Windows color (decimal): -13606593 or 4153648. OLE color: 4153648.

HSL color Cylindrical-coordinate representation of color #30613F: hue angle of 138.37º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #30613F is Cyan = 0.51, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB489763-
CMYK0.5100.350.62
HSL138.37º33.79%28.43%-
HSV(B)138.37º50.52%38.04%-
XYZ6.399.546.21-
YUV78.47119.27106.26-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.08%
GREEN value IS 97 (38.28% from 255) = 46.63%
BLUE value IS 63 (25% from 255) = 30.29%
R=23.08%
G=46.63%
B=30.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4897630.5100.350.62138.3733.7928.43
Hex30613F330233E8a221c
Octal601417763043762124234
Binary110000110000111111111001101000111111101000101010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30613f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30613f; }

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

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

<style>
 a { background-color: #30613f; }

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

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

<style>
 span { border-color: #30613f; }

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

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