Html Css Color HEX #305A3C Goblin

📋 copy color: '#305A3C'

red 48 ◦ green 90 ◦ blue 60

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

Shades of Goblin #305A3C

Tints of Goblin #305A3C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 45.45%

 BLUE value IS 60 (23.83% from 255) = 30.3%

R = 24.24%
G = 45.45%
B = 30.3%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#305A3C (or 0x305A3C) is known color: Goblin. HEX triplet: 30, 5A and 3C. RGB value is (48,90,60). Sum of RGB (Red+Green+Blue) = 48+90+60=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 90 (35.55% from 255 or 45.45% from 198); Blue value is 60 (23.83% from 255 or 30.30% from 198); Max value from RGB is 90 - color contains mainly: green. Hex color #305A3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305A3C is #CFA5C3. Grayscale: #4A4A4A. Windows color (decimal): -13608388 or 3955248. OLE color: 3955248.

HSL color Cylindrical-coordinate representation of color #305A3C: hue angle of 137.14º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #305A3C is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 90 60 -
CMYK 0.47 0 0.33 0.65
HSL 137.14º 0.3% 0.27% -
HSV(B) 137.14º 0.47% 0.35% -
XYZ 5.69 8.27 5.57 -
YUV 74.02 120.09 109.44 -
System Red Green Blue C M Y K H S L
Decimal 48 90 60 0.47 0 0.33 0.65 137.14 0.3 0.27
Hex 30 5A 3C 2F 0 21 41 89 1E 1B
Octal 60 132 74 57 0 41 101 211 36 33
Binary 110000 1011010 111100 101111 0 100001 1000001 10001001 11110 11011

Color Harmonies of #305A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305A3C

Black with #305A3C

Text Example


Text Example

White with #305A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305A3C; }

 p { color: rgb(48,90,60); }

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

background-color css

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

 a { background-color: rgb(48,90,60); }

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

border-color css

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

 span { border-color: rgb(48,90,60); }

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