Html Css Color HEX #30523E Goblin

📋 copy color: '#30523E'

red 48 ◦ green 82 ◦ blue 62

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

Shades of Goblin #30523E

Tints of Goblin #30523E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 32.29%

R = 25%
G = 42.71%
B = 32.29%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.24

 K value IS 0.68

RGB Variations

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

Color information

#30523E (or 0x30523E) is known color: Goblin. HEX triplet: 30, 52 and 3E. RGB value is (48,82,62). Sum of RGB (Red+Green+Blue) = 48+82+62=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 82 (32.42% from 255 or 42.71% from 192); Blue value is 62 (24.61% from 255 or 32.29% from 192); Max value from RGB is 82 - color contains mainly: green. Hex color #30523E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30523E is #CFADC1. Grayscale: #454545. Windows color (decimal): -13610434 or 4084272. OLE color: 4084272.

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

Color convert

RGB 48 82 62 -
CMYK 0.41 0 0.24 0.68
HSL 144.71º 0.26% 0.25% -
HSV(B) 144.71º 0.41% 0.32% -
XYZ 5.11 7.01 5.64 -
YUV 69.55 123.74 112.63 -
System Red Green Blue C M Y K H S L
Decimal 48 82 62 0.41 0 0.24 0.68 144.71 0.26 0.25
Hex 30 52 3E 29 0 18 44 91 1A 19
Octal 60 122 76 51 0 30 104 221 32 31
Binary 110000 1010010 111110 101001 0 11000 1000100 10010001 11010 11001

Color Harmonies of #30523E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30523E

Black with #30523E

Text Example


Text Example

White with #30523E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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