Html Css Color HEX #16741C Forest Green

📋 copy color: '#16741C'

red 22 ◦ green 116 ◦ blue 28

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

Shades of Forest Green #16741C

Tints of Forest Green #16741C

RGB

 RED value IS 22 (8.98% from 255) = 13.25%

 GREEN value IS 116 (45.7% from 255) = 69.88%

 BLUE value IS 28 (11.33% from 255) = 16.87%

R = 13.25%
G = 69.88%
B = 16.87%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#16741C (or 0x16741C) is known color: Forest Green. HEX triplet: 16, 74 and 1C. RGB value is (22,116,28). Sum of RGB (Red+Green+Blue) = 22+116+28=166 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.25% from 166); Green value is 116 (45.70% from 255 or 69.88% from 166); Blue value is 28 (11.33% from 255 or 16.87% from 166); Max value from RGB is 116 - color contains mainly: green. Hex color #16741C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16741C is #E98BE3. Grayscale: #4E4E4E. Windows color (decimal): -15305700 or 1864726. OLE color: 1864726.

HSL color Cylindrical-coordinate representation of color #16741C: hue angle of 123.83º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #16741C is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB 22 116 28 -
CMYK 0.81 0 0.76 0.55
HSL 123.83º 0.68% 0.27% -
HSV(B) 123.83º 0.81% 0.45% -
XYZ 6.79 12.75 3.2 -
YUV 77.86 99.86 88.16 -
System Red Green Blue C M Y K H S L
Decimal 22 116 28 0.81 0 0.76 0.55 123.83 0.68 0.27
Hex 16 74 1C 51 0 4C 37 7C 44 1B
Octal 26 164 34 121 0 114 67 174 104 33
Binary 10110 1110100 11100 1010001 0 1001100 110111 1111100 1000100 11011

Color Harmonies of #16741C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16741C

Black with #16741C

Text Example


Text Example

White with #16741C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16741C; }

 p { color: rgb(22,116,28); }

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

background-color css

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

 a { background-color: rgb(22,116,28); }

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

border-color css

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

 span { border-color: rgb(22,116,28); }

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