Html Css Color HEX #30553A Goblin

📋 copy color: '#30553A'

red 48 ◦ green 85 ◦ blue 58

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

Shades of Goblin #30553A

Tints of Goblin #30553A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 30.37%

R = 25.13%
G = 44.5%
B = 30.37%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.32

 K value IS 0.67

RGB Variations

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

Color information

#30553A (or 0x30553A) is known color: Goblin. HEX triplet: 30, 55 and 3A. RGB value is (48,85,58). Sum of RGB (Red+Green+Blue) = 48+85+58=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 58 (23.05% from 255 or 30.37% from 191); Max value from RGB is 85 - color contains mainly: green. Hex color #30553A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30553A is #CFAAC5. Grayscale: #464646. Windows color (decimal): -13609670 or 3822896. OLE color: 3822896.

HSL color Cylindrical-coordinate representation of color #30553A: hue angle of 136.22º 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 #30553A is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 85 58 -
CMYK 0.44 0 0.32 0.67
HSL 136.22º 0.28% 0.26% -
HSV(B) 136.22º 0.44% 0.33% -
XYZ 5.23 7.43 5.16 -
YUV 70.86 120.74 111.7 -
System Red Green Blue C M Y K H S L
Decimal 48 85 58 0.44 0 0.32 0.67 136.22 0.28 0.26
Hex 30 55 3A 2C 0 20 43 88 1C 1A
Octal 60 125 72 54 0 40 103 210 34 32
Binary 110000 1010101 111010 101100 0 100000 1000011 10001000 11100 11010

Color Harmonies of #30553A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30553A

Black with #30553A

Text Example


Text Example

White with #30553A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30553A; }

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

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

background-color css

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

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

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

border-color css

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

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

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