Html Css Color HEX #305538 Goblin

📋 copy color: '#305538'

red 48 ◦ green 85 ◦ blue 56

#305538
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goblin #305538

Tints of Goblin #305538

RGB

 RED value IS 48 (19.14% from 255) = 25.4%

 GREEN value IS 85 (33.59% from 255) = 44.97%

 BLUE value IS 56 (22.27% from 255) = 29.63%

R = 25.4%
G = 44.97%
B = 29.63%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.34

 K value IS 0.67

RGB Variations

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

Color information

#305538 (or 0x305538) is known color: Goblin. HEX triplet: 30, 55 and 38. RGB value is (48,85,56). Sum of RGB (Red+Green+Blue) = 48+85+56=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 56 (22.27% from 255 or 29.63% from 189); Max value from RGB is 85 - color contains mainly: green. Hex color #305538 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305538 is #CFAAC7. Grayscale: #464646. Windows color (decimal): -13609672 or 3691824. OLE color: 3691824.

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

Color convert

RGB 48 85 56 -
CMYK 0.44 0 0.34 0.67
HSL 132.97º 0.28% 0.26% -
HSV(B) 132.97º 0.44% 0.33% -
XYZ 5.18 7.41 4.9 -
YUV 70.63 119.74 111.86 -
System Red Green Blue C M Y K H S L
Decimal 48 85 56 0.44 0 0.34 0.67 132.97 0.28 0.26
Hex 30 55 38 2C 0 22 43 85 1C 1A
Octal 60 125 70 54 0 42 103 205 34 32
Binary 110000 1010101 111000 101100 0 100010 1000011 10000101 11100 11010

Color Harmonies of #305538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305538

Black with #305538

Text Example


Text Example

White with #305538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305538; }

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

 H1.HeaderClassName
 {
   color: #305538;
 }
 .AnyTagClassName
 {
   color: #305538;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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