Html Css Color HEX #306B40 Hunter Green

📋 copy color: '#306B40'

red 48 ◦ green 107 ◦ blue 64

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

Shades of Hunter Green #306B40

Tints of Hunter Green #306B40

RGB

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

 GREEN value IS 107 (42.19% from 255) = 48.86%

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

R = 21.92%
G = 48.86%
B = 29.22%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.40

 K value IS 0.58

RGB Variations

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

Color information

#306B40 (or 0x306B40) is known color: Hunter Green. HEX triplet: 30, 6B and 40. RGB value is (48,107,64). Sum of RGB (Red+Green+Blue) = 48+107+64=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 107 (42.19% from 255 or 48.86% from 219); Blue value is 64 (25.39% from 255 or 29.22% from 219); Max value from RGB is 107 - color contains mainly: green. Hex color #306B40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306B40 is #CF94BF. Grayscale: #545454. Windows color (decimal): -13604032 or 4221744. OLE color: 4221744.

HSL color Cylindrical-coordinate representation of color #306B40: hue angle of 136.27º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #306B40 is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 107 64 -
CMYK 0.55 0 0.40 0.58
HSL 136.27º 0.38% 0.3% -
HSV(B) 136.27º 0.55% 0.42% -
XYZ 7.4 11.51 6.68 -
YUV 84.46 116.45 102 -
System Red Green Blue C M Y K H S L
Decimal 48 107 64 0.55 0 0.40 0.58 136.27 0.38 0.3
Hex 30 6B 40 37 0 28 3A 88 26 1E
Octal 60 153 100 67 0 50 72 210 46 36
Binary 110000 1101011 1000000 110111 0 101000 111010 10001000 100110 11110

Color Harmonies of #306B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306B40

Black with #306B40

Text Example


Text Example

White with #306B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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