Html Css Color HEX #305A3E Goblin

📋 copy color: '#305A3E'

red 48 ◦ green 90 ◦ blue 62

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

Shades of Goblin #305A3E

Tints of Goblin #305A3E

RGB

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

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

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

R = 24%
G = 45%
B = 31%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#305A3E (or 0x305A3E) is known color: Goblin. HEX triplet: 30, 5A and 3E. RGB value is (48,90,62). Sum of RGB (Red+Green+Blue) = 48+90+62=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 90 (35.55% from 255 or 45% from 200); Blue value is 62 (24.61% from 255 or 31% from 200); Max value from RGB is 90 - color contains mainly: green. Hex color #305A3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305A3E is #CFA5C1. Grayscale: #4A4A4A. Windows color (decimal): -13608386 or 4086320. OLE color: 4086320.

HSL color Cylindrical-coordinate representation of color #305A3E: hue angle of 140º 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 #305A3E is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 90 62 -
CMYK 0.47 0 0.31 0.65
HSL 140º 0.3% 0.27% -
HSV(B) 140º 0.47% 0.35% -
XYZ 5.74 8.29 5.85 -
YUV 74.25 121.09 109.28 -
System Red Green Blue C M Y K H S L
Decimal 48 90 62 0.47 0 0.31 0.65 140 0.3 0.27
Hex 30 5A 3E 2F 0 1F 41 8C 1E 1B
Octal 60 132 76 57 0 37 101 214 36 33
Binary 110000 1011010 111110 101111 0 11111 1000001 10001100 11110 11011

Color Harmonies of #305A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305A3E

Black with #305A3E

Text Example


Text Example

White with #305A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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