#305338

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

Shades of Goblin #305338

Tints of Goblin #305338

Color information

#305338 (or 0x305338) is unknown color: approx Goblin. HEX triplet: 30, 53 and 38. RGB value is (48,83,56). Sum of RGB (Red+Green+Blue) = 48+83+56=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 83 (32.81% from 255 or 44.39% from 187); Blue value is 56 (22.27% from 255 or 29.95% from 187); Max value from RGB is 83 - color contains mainly: green. Hex color #305338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305338 is #CFACC7. Grayscale: #454545. Windows color (decimal): -13610184 or 3691312. OLE color: 3691312.

HSL color Cylindrical-coordinate representation of color #305338: hue angle of 133.71º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #305338 is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB488356-
CMYK0.4200.330.67
HSL133.71º26.72%25.69%-
HSV(B)133.71º42.17%32.55%-
XYZ5.037.14.85-
YUV69.46120.4112.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.67%
GREEN value IS 83 (32.81% from 255) = 44.39%
BLUE value IS 56 (22.27% from 255) = 29.95%
R=25.67%
G=44.39%
B=29.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4883560.4200.330.67133.7126.7225.69
Hex3053382A02143861b1a
Octal6012370520411032063332
Binary110000101001111100010101001000011000011100001101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305338; }

 p { color: rgb(48,83,56); }

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

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

 a { background-color: rgb(48,83,56); }

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

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

 span { border-color: rgb(48,83,56); }

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