Html Css Color HEX #306940 Hunter Green

📋 copy color: '#306940'

red 48 ◦ green 105 ◦ blue 64

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

Shades of Hunter Green #306940

Tints of Hunter Green #306940

RGB

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

 GREEN value IS 105 (41.41% from 255) = 48.39%

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

R = 22.12%
G = 48.39%
B = 29.49%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#306940 (or 0x306940) is known color: Hunter Green. HEX triplet: 30, 69 and 40. RGB value is (48,105,64). Sum of RGB (Red+Green+Blue) = 48+105+64=217 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.12% from 217); Green value is 105 (41.41% from 255 or 48.39% from 217); Blue value is 64 (25.39% from 255 or 29.49% from 217); Max value from RGB is 105 - color contains mainly: green. Hex color #306940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306940 is #CF96BF. Grayscale: #535353. Windows color (decimal): -13604544 or 4221232. OLE color: 4221232.

HSL color Cylindrical-coordinate representation of color #306940: hue angle of 136.84º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #306940 is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB 48 105 64 -
CMYK 0.54 0 0.39 0.59
HSL 136.84º 0.37% 0.3% -
HSV(B) 136.84º 0.54% 0.41% -
XYZ 7.2 11.1 6.61 -
YUV 83.28 117.12 102.83 -
System Red Green Blue C M Y K H S L
Decimal 48 105 64 0.54 0 0.39 0.59 136.84 0.37 0.3
Hex 30 69 40 36 0 27 3B 89 25 1E
Octal 60 151 100 66 0 47 73 211 45 36
Binary 110000 1101001 1000000 110110 0 100111 111011 10001001 100101 11110

Color Harmonies of #306940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306940

Black with #306940

Text Example


Text Example

White with #306940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306940; }

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

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

background-color css

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

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

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

border-color css

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

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

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