Html Css Color HEX #305238 Goblin

📋 copy color: '#305238'

red 48 ◦ green 82 ◦ blue 56

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

Shades of Goblin #305238

Tints of Goblin #305238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 30.11%

R = 25.81%
G = 44.09%
B = 30.11%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.32

 K value IS 0.68

RGB Variations

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

Color information

#305238 (or 0x305238) is known color: Goblin. HEX triplet: 30, 52 and 38. RGB value is (48,82,56). Sum of RGB (Red+Green+Blue) = 48+82+56=186 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.81% from 186); Green value is 82 (32.42% from 255 or 44.09% from 186); Blue value is 56 (22.27% from 255 or 30.11% from 186); Max value from RGB is 82 - color contains mainly: green. Hex color #305238 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305238 is #CFADC7. Grayscale: #444444. Windows color (decimal): -13610440 or 3691056. OLE color: 3691056.

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

Color convert

RGB 48 82 56 -
CMYK 0.41 0 0.32 0.68
HSL 134.12º 0.26% 0.25% -
HSV(B) 134.12º 0.41% 0.32% -
XYZ 4.95 6.95 4.82 -
YUV 68.87 120.74 113.11 -
System Red Green Blue C M Y K H S L
Decimal 48 82 56 0.41 0 0.32 0.68 134.12 0.26 0.25
Hex 30 52 38 29 0 20 44 86 1A 19
Octal 60 122 70 51 0 40 104 206 32 31
Binary 110000 1010010 111000 101001 0 100000 1000100 10000110 11010 11001

Color Harmonies of #305238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305238

Black with #305238

Text Example


Text Example

White with #305238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305238; }

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

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

background-color css

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

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

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

border-color css

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

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

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