Html Css Color HEX #30533E Goblin

📋 copy color: '#30533E'

red 48 ◦ green 83 ◦ blue 62

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

Shades of Goblin #30533E

Tints of Goblin #30533E

RGB

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

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

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

R = 24.87%
G = 43.01%
B = 32.12%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#30533E (or 0x30533E) is known color: Goblin. HEX triplet: 30, 53 and 3E. RGB value is (48,83,62). Sum of RGB (Red+Green+Blue) = 48+83+62=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 83 (32.81% from 255 or 43.01% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 83 - color contains mainly: green. Hex color #30533E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30533E is #CFACC1. Grayscale: #464646. Windows color (decimal): -13610178 or 4084528. OLE color: 4084528.

HSL color Cylindrical-coordinate representation of color #30533E: hue angle of 144º 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 #30533E is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 83 62 -
CMYK 0.42 0 0.25 0.67
HSL 144º 0.27% 0.26% -
HSV(B) 144º 0.42% 0.33% -
XYZ 5.18 7.16 5.67 -
YUV 70.14 123.4 112.21 -
System Red Green Blue C M Y K H S L
Decimal 48 83 62 0.42 0 0.25 0.67 144 0.27 0.26
Hex 30 53 3E 2A 0 19 43 90 1B 1A
Octal 60 123 76 52 0 31 103 220 33 32
Binary 110000 1010011 111110 101010 0 11001 1000011 10010000 11011 11010

Color Harmonies of #30533E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30533E

Black with #30533E

Text Example


Text Example

White with #30533E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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