Html Css Color HEX #30523F Goblin

📋 copy color: '#30523F'

red 48 ◦ green 82 ◦ blue 63

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

Shades of Goblin #30523F

Tints of Goblin #30523F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 32.64%

R = 24.87%
G = 42.49%
B = 32.64%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#30523F (or 0x30523F) is known color: Goblin. HEX triplet: 30, 52 and 3F. RGB value is (48,82,63). Sum of RGB (Red+Green+Blue) = 48+82+63=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 82 (32.42% from 255 or 42.49% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 82 - color contains mainly: green. Hex color #30523F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30523F is #CFADC0. Grayscale: #454545. Windows color (decimal): -13610433 or 4149808. OLE color: 4149808.

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

Color convert

RGB 48 82 63 -
CMYK 0.41 0 0.23 0.68
HSL 146.47º 0.26% 0.25% -
HSV(B) 146.47º 0.41% 0.32% -
XYZ 5.13 7.02 5.79 -
YUV 69.67 124.24 112.54 -
System Red Green Blue C M Y K H S L
Decimal 48 82 63 0.41 0 0.23 0.68 146.47 0.26 0.25
Hex 30 52 3F 29 0 17 44 92 1A 19
Octal 60 122 77 51 0 27 104 222 32 31
Binary 110000 1010010 111111 101001 0 10111 1000100 10010010 11010 11001

Color Harmonies of #30523F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30523F

Black with #30523F

Text Example


Text Example

White with #30523F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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