#305136

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

Shades of Goblin #305136

Tints of Goblin #305136

Color information

#305136 (or 0x305136) is unknown color: approx Goblin. HEX triplet: 30, 51 and 36. RGB value is (48,81,54). Sum of RGB (Red+Green+Blue) = 48+81+54=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 81 (32.03% from 255 or 44.26% from 183); Blue value is 54 (21.48% from 255 or 29.51% from 183); Max value from RGB is 81 - color contains mainly: green. Hex color #305136 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305136 is #CFAEC9. Grayscale: #444444. Windows color (decimal): -13610698 or 3559728. OLE color: 3559728.

HSL color Cylindrical-coordinate representation of color #305136: hue angle of 130.91º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #305136 is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.68.

Color convert

RGB488154-
CMYK0.4100.330.68
HSL130.91º25.58%25.29%-
HSV(B)130.91º40.74%31.76%-
XYZ4.836.784.54-
YUV68.06120.07113.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.23%
GREEN value IS 81 (32.03% from 255) = 44.26%
BLUE value IS 54 (21.48% from 255) = 29.51%
R=26.23%
G=44.26%
B=29.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4881540.4100.330.68130.9125.5825.29
Hex3051362902144831a19
Octal6012166510411042033231
Binary110000101000111011010100101000011000100100000111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305136; }

 p { color: rgb(48,81,54); }

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

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

 a { background-color: rgb(48,81,54); }

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

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

 span { border-color: rgb(48,81,54); }

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