Html Css Color HEX #305338 Goblin

📋 copy color: '#305338'

red 48 ◦ green 83 ◦ blue 56

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

Shades of Goblin #305338

Tints of Goblin #305338

RGB

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

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

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

R = 25.67%
G = 44.39%
B = 29.95%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#305338 (or 0x305338) is known color: Goblin. HEX triplet: 30, 53 and 38. RGB value is (48,83,56). Sum of RGB (Red+Green+Blue) = 48+83+56=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 83 (32.81% from 255 or 44.39% from 187); Blue value is 56 (22.27% from 255 or 29.95% from 187); Max value from RGB is 83 - color contains mainly: green. Hex color #305338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305338 is #CFACC7. Grayscale: #454545. Windows color (decimal): -13610184 or 3691312. OLE color: 3691312.

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

Color convert

RGB 48 83 56 -
CMYK 0.42 0 0.33 0.67
HSL 133.71º 0.27% 0.26% -
HSV(B) 133.71º 0.42% 0.33% -
XYZ 5.03 7.1 4.85 -
YUV 69.46 120.4 112.7 -
System Red Green Blue C M Y K H S L
Decimal 48 83 56 0.42 0 0.33 0.67 133.71 0.27 0.26
Hex 30 53 38 2A 0 21 43 86 1B 1A
Octal 60 123 70 52 0 41 103 206 33 32
Binary 110000 1010011 111000 101010 0 100001 1000011 10000110 11011 11010

Color Harmonies of #305338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305338

Black with #305338

Text Example


Text Example

White with #305338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305338; }

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

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

background-color css

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

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

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

border-color css

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

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

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