Html Css Color HEX #305E3E Goblin

📋 copy color: '#305E3E'

red 48 ◦ green 94 ◦ blue 62

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

Shades of Goblin #305E3E

Tints of Goblin #305E3E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 46.08%

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

R = 23.53%
G = 46.08%
B = 30.39%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.34

 K value IS 0.63

RGB Variations

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

Color information

#305E3E (or 0x305E3E) is known color: Goblin. HEX triplet: 30, 5E and 3E. RGB value is (48,94,62). Sum of RGB (Red+Green+Blue) = 48+94+62=204 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.53% from 204); Green value is 94 (37.11% from 255 or 46.08% from 204); Blue value is 62 (24.61% from 255 or 30.39% from 204); Max value from RGB is 94 - color contains mainly: green. Hex color #305E3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305E3E is #CFA1C1. Grayscale: #4C4C4C. Windows color (decimal): -13607362 or 4087344. OLE color: 4087344.

HSL color Cylindrical-coordinate representation of color #305E3E: hue angle of 138.26º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #305E3E is Cyan = 0.49, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.63.

Color convert

RGB 48 94 62 -
CMYK 0.49 0 0.34 0.63
HSL 138.26º 0.32% 0.28% -
HSV(B) 138.26º 0.49% 0.37% -
XYZ 6.09 8.98 5.97 -
YUV 76.6 119.76 107.6 -
System Red Green Blue C M Y K H S L
Decimal 48 94 62 0.49 0 0.34 0.63 138.26 0.32 0.28
Hex 30 5E 3E 31 0 22 3F 8A 20 1C
Octal 60 136 76 61 0 42 77 212 40 34
Binary 110000 1011110 111110 110001 0 100010 111111 10001010 100000 11100

Color Harmonies of #305E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305E3E

Black with #305E3E

Text Example


Text Example

White with #305E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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