Html Css Color HEX #306240 Goblin

📋 copy color: '#306240'

red 48 ◦ green 98 ◦ blue 64

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

Shades of Goblin #306240

Tints of Goblin #306240

RGB

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

 GREEN value IS 98 (38.67% from 255) = 46.67%

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

R = 22.86%
G = 46.67%
B = 30.48%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#306240 (or 0x306240) is known color: Goblin. HEX triplet: 30, 62 and 40. RGB value is (48,98,64). Sum of RGB (Red+Green+Blue) = 48+98+64=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 98 (38.67% from 255 or 46.67% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 98 - color contains mainly: green. Hex color #306240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306240 is #CF9DBF. Grayscale: #4F4F4F. Windows color (decimal): -13606336 or 4219440. OLE color: 4219440.

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

Color convert

RGB 48 98 64 -
CMYK 0.51 0 0.35 0.62
HSL 139.2º 0.34% 0.29% -
HSV(B) 139.2º 0.51% 0.38% -
XYZ 6.51 9.73 6.39 -
YUV 79.17 119.44 105.76 -
System Red Green Blue C M Y K H S L
Decimal 48 98 64 0.51 0 0.35 0.62 139.2 0.34 0.29
Hex 30 62 40 33 0 23 3E 8B 22 1D
Octal 60 142 100 63 0 43 76 213 42 35
Binary 110000 1100010 1000000 110011 0 100011 111110 10001011 100010 11101

Color Harmonies of #306240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306240

Black with #306240

Text Example


Text Example

White with #306240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306240; }

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

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

background-color css

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

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

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

border-color css

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

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

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