Html Css Color HEX #128416 Forest Green

📋 copy color: '#128416'

red 18 ◦ green 132 ◦ blue 22

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

Shades of Forest Green #128416

Tints of Forest Green #128416

RGB

 RED value IS 18 (7.42% from 255) = 10.47%

 GREEN value IS 132 (51.95% from 255) = 76.74%

 BLUE value IS 22 (8.98% from 255) = 12.79%

R = 10.47%
G = 76.74%
B = 12.79%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#128416 (or 0x128416) is known color: Forest Green. HEX triplet: 12, 84 and 16. RGB value is (18,132,22). Sum of RGB (Red+Green+Blue) = 18+132+22=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 132 (51.95% from 255 or 76.74% from 172); Blue value is 22 (8.98% from 255 or 12.79% from 172); Max value from RGB is 132 - color contains mainly: green. Hex color #128416 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128416 is #ED7BE9. Grayscale: #555555. Windows color (decimal): -15563754 or 1475602. OLE color: 1475602.

HSL color Cylindrical-coordinate representation of color #128416: hue angle of 122.11º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128416 is Cyan = 0.86, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 132 22 -
CMYK 0.86 0 0.83 0.48
HSL 122.11º 0.76% 0.29% -
HSV(B) 122.11º 0.86% 0.52% -
XYZ 8.65 16.69 3.52 -
YUV 85.37 92.23 79.94 -
System Red Green Blue C M Y K H S L
Decimal 18 132 22 0.86 0 0.83 0.48 122.11 0.76 0.29
Hex 12 84 16 56 0 53 30 7A 4C 1D
Octal 22 204 26 126 0 123 60 172 114 35
Binary 10010 10000100 10110 1010110 0 1010011 110000 1111010 1001100 11101

Color Harmonies of #128416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128416

Black with #128416

Text Example


Text Example

White with #128416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128416; }

 p { color: rgb(18,132,22); }

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

background-color css

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

 a { background-color: rgb(18,132,22); }

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

border-color css

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

 span { border-color: rgb(18,132,22); }

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