Html Css Color HEX #30523B Goblin

📋 copy color: '#30523B'

red 48 ◦ green 82 ◦ blue 59

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

Shades of Goblin #30523B

Tints of Goblin #30523B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 31.22%

R = 25.4%
G = 43.39%
B = 31.22%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.28

 K value IS 0.68

RGB Variations

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

Color information

#30523B (or 0x30523B) is known color: Goblin. HEX triplet: 30, 52 and 3B. RGB value is (48,82,59). Sum of RGB (Red+Green+Blue) = 48+82+59=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 59 (23.44% from 255 or 31.22% from 189); Max value from RGB is 82 - color contains mainly: green. Hex color #30523B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30523B is #CFADC4. Grayscale: #454545. Windows color (decimal): -13610437 or 3887664. OLE color: 3887664.

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

Color convert

RGB 48 82 59 -
CMYK 0.41 0 0.28 0.68
HSL 139.41º 0.26% 0.25% -
HSV(B) 139.41º 0.41% 0.32% -
XYZ 5.03 6.98 5.22 -
YUV 69.21 122.24 112.87 -
System Red Green Blue C M Y K H S L
Decimal 48 82 59 0.41 0 0.28 0.68 139.41 0.26 0.25
Hex 30 52 3B 29 0 1C 44 8B 1A 19
Octal 60 122 73 51 0 34 104 213 32 31
Binary 110000 1010010 111011 101001 0 11100 1000100 10001011 11010 11001

Color Harmonies of #30523B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30523B

Black with #30523B

Text Example


Text Example

White with #30523B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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