#306140

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

Shades of Goblin #306140

Tints of Goblin #306140

Color information

#306140 (or 0x306140) is unknown color: approx Goblin. HEX triplet: 30, 61 and 40. RGB value is (48,97,64). Sum of RGB (Red+Green+Blue) = 48+97+64=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 97 (38.28% from 255 or 46.41% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 97 - color contains mainly: green. Hex color #306140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306140 is #CF9EBF. Grayscale: #4E4E4E. Windows color (decimal): -13606592 or 4219184. OLE color: 4219184.

HSL color Cylindrical-coordinate representation of color #306140: hue angle of 139.59º 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 #306140 is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB489764-
CMYK0.5100.340.62
HSL139.59º33.79%28.43%-
HSV(B)139.59º50.52%38.04%-
XYZ6.429.556.36-
YUV78.59119.77106.18-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.97%
GREEN value IS 97 (38.28% from 255) = 46.41%
BLUE value IS 64 (25.39% from 255) = 30.62%
R=22.97%
G=46.41%
B=30.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4897640.5100.340.62139.5933.7928.43
Hex306140330223E8c221c
Octal6014110063042762144234
Binary1100001100001100000011001101000101111101000110010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306140; }

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

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

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

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

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

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

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

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