Html Css Color HEX #30523C Goblin

📋 copy color: '#30523C'

red 48 ◦ green 82 ◦ blue 60

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

Shades of Goblin #30523C

Tints of Goblin #30523C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 43.16%

 BLUE value IS 60 (23.83% from 255) = 31.58%

R = 25.26%
G = 43.16%
B = 31.58%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.27

 K value IS 0.68

RGB Variations

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

Color information

#30523C (or 0x30523C) is known color: Goblin. HEX triplet: 30, 52 and 3C. RGB value is (48,82,60). Sum of RGB (Red+Green+Blue) = 48+82+60=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 82 (32.42% from 255 or 43.16% from 190); Blue value is 60 (23.83% from 255 or 31.58% from 190); Max value from RGB is 82 - color contains mainly: green. Hex color #30523C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30523C is #CFADC3. Grayscale: #454545. Windows color (decimal): -13610436 or 3953200. OLE color: 3953200.

HSL color Cylindrical-coordinate representation of color #30523C: hue angle of 141.18º 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 #30523C is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB 48 82 60 -
CMYK 0.41 0 0.27 0.68
HSL 141.18º 0.26% 0.25% -
HSV(B) 141.18º 0.41% 0.32% -
XYZ 5.05 6.99 5.36 -
YUV 69.33 122.74 112.79 -
System Red Green Blue C M Y K H S L
Decimal 48 82 60 0.41 0 0.27 0.68 141.18 0.26 0.25
Hex 30 52 3C 29 0 1B 44 8D 1A 19
Octal 60 122 74 51 0 33 104 215 32 31
Binary 110000 1010010 111100 101001 0 11011 1000100 10001101 11010 11001

Color Harmonies of #30523C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30523C

Black with #30523C

Text Example


Text Example

White with #30523C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30523C; }

 p { color: rgb(48,82,60); }

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

background-color css

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

 a { background-color: rgb(48,82,60); }

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

border-color css

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

 span { border-color: rgb(48,82,60); }

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