Html Css Color HEX #30533B Goblin

📋 copy color: '#30533B'

red 48 ◦ green 83 ◦ blue 59

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

Shades of Goblin #30533B

Tints of Goblin #30533B

RGB

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

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

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

R = 25.26%
G = 43.68%
B = 31.05%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#30533B (or 0x30533B) is known color: Goblin. HEX triplet: 30, 53 and 3B. RGB value is (48,83,59). Sum of RGB (Red+Green+Blue) = 48+83+59=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 83 (32.81% from 255 or 43.68% from 190); Blue value is 59 (23.44% from 255 or 31.05% from 190); Max value from RGB is 83 - color contains mainly: green. Hex color #30533B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30533B is #CFACC4. Grayscale: #454545. Windows color (decimal): -13610181 or 3887920. OLE color: 3887920.

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

Color convert

RGB 48 83 59 -
CMYK 0.42 0 0.29 0.67
HSL 138.86º 0.27% 0.26% -
HSV(B) 138.86º 0.42% 0.33% -
XYZ 5.1 7.13 5.25 -
YUV 69.8 121.9 112.45 -
System Red Green Blue C M Y K H S L
Decimal 48 83 59 0.42 0 0.29 0.67 138.86 0.27 0.26
Hex 30 53 3B 2A 0 1D 43 8B 1B 1A
Octal 60 123 73 52 0 35 103 213 33 32
Binary 110000 1010011 111011 101010 0 11101 1000011 10001011 11011 11010

Color Harmonies of #30533B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30533B

Black with #30533B

Text Example


Text Example

White with #30533B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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