Html Css Color HEX #306140 Goblin

📋 copy color: '#306140'

red 48 ◦ green 97 ◦ blue 64

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

Shades of Goblin #306140

Tints of Goblin #306140

RGB

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

 GREEN value IS 97 (38.28% from 255) = 46.41%

 BLUE value IS 64 (25.39% from 255) = 30.62%

R = 22.97%
G = 46.41%
B = 30.62%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#306140 (or 0x306140) is known color: Goblin. HEX triplet: 30, 61 and 40. RGB value is (48,97,64). Sum of RGB (Red+Green+Blue) = 48+97+64=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 97 (38.28% from 255 or 46.41% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 97 - color contains mainly: green. Hex color #306140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306140 is #CF9EBF. Grayscale: #4E4E4E. Windows color (decimal): -13606592 or 4219184. OLE color: 4219184.

HSL color Cylindrical-coordinate representation of color #306140: hue angle of 139.59º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #306140 is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 97 64 -
CMYK 0.51 0 0.34 0.62
HSL 139.59º 0.34% 0.28% -
HSV(B) 139.59º 0.51% 0.38% -
XYZ 6.42 9.55 6.36 -
YUV 78.59 119.77 106.18 -
System Red Green Blue C M Y K H S L
Decimal 48 97 64 0.51 0 0.34 0.62 139.59 0.34 0.28
Hex 30 61 40 33 0 22 3E 8C 22 1C
Octal 60 141 100 63 0 42 76 214 42 34
Binary 110000 1100001 1000000 110011 0 100010 111110 10001100 100010 11100

Color Harmonies of #306140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306140

Black with #306140

Text Example


Text Example

White with #306140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306140; }

 p { color: rgb(48,97,64); }

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

background-color css

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

 a { background-color: rgb(48,97,64); }

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

border-color css

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

 span { border-color: rgb(48,97,64); }

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