Html Css Color HEX #30533A Goblin

📋 copy color: '#30533A'

red 48 ◦ green 83 ◦ blue 58

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

Shades of Goblin #30533A

Tints of Goblin #30533A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 43.92%

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

R = 25.4%
G = 43.92%
B = 30.69%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.30

 K value IS 0.67

RGB Variations

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

Color information

#30533A (or 0x30533A) is known color: Goblin. HEX triplet: 30, 53 and 3A. RGB value is (48,83,58). Sum of RGB (Red+Green+Blue) = 48+83+58=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 58 (23.05% from 255 or 30.69% from 189); Max value from RGB is 83 - color contains mainly: green. Hex color #30533A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30533A is #CFACC5. Grayscale: #454545. Windows color (decimal): -13610182 or 3822384. OLE color: 3822384.

HSL color Cylindrical-coordinate representation of color #30533A: hue angle of 137.14º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #30533A is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 83 58 -
CMYK 0.42 0 0.30 0.67
HSL 137.14º 0.27% 0.26% -
HSV(B) 137.14º 0.42% 0.33% -
XYZ 5.08 7.12 5.11 -
YUV 69.69 121.4 112.53 -
System Red Green Blue C M Y K H S L
Decimal 48 83 58 0.42 0 0.30 0.67 137.14 0.27 0.26
Hex 30 53 3A 2A 0 1E 43 89 1B 1A
Octal 60 123 72 52 0 36 103 211 33 32
Binary 110000 1010011 111010 101010 0 11110 1000011 10001001 11011 11010

Color Harmonies of #30533A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30533A

Black with #30533A

Text Example


Text Example

White with #30533A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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