Html Css Color HEX #129517 Forest Green

📋 copy color: '#129517'

red 18 ◦ green 149 ◦ blue 23

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

Shades of Forest Green #129517

Tints of Forest Green #129517

RGB

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

 GREEN value IS 149 (58.59% from 255) = 78.42%

 BLUE value IS 23 (9.38% from 255) = 12.11%

R = 9.47%
G = 78.42%
B = 12.11%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#129517 (or 0x129517) is known color: Forest Green. HEX triplet: 12, 95 and 17. RGB value is (18,149,23). Sum of RGB (Red+Green+Blue) = 18+149+23=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 149 (58.59% from 255 or 78.42% from 190); Blue value is 23 (9.38% from 255 or 12.11% from 190); Max value from RGB is 149 - color contains mainly: green. Hex color #129517 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129517 is #ED6AE8. Grayscale: #5F5F5F. Windows color (decimal): -15559401 or 1545490. OLE color: 1545490.

HSL color Cylindrical-coordinate representation of color #129517: hue angle of 122.29º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129517 is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 149 23 -
CMYK 0.88 0 0.85 0.42
HSL 122.29º 0.78% 0.33% -
HSV(B) 122.29º 0.88% 0.58% -
XYZ 11.15 21.69 4.41 -
YUV 95.47 87.1 72.75 -
System Red Green Blue C M Y K H S L
Decimal 18 149 23 0.88 0 0.85 0.42 122.29 0.78 0.33
Hex 12 95 17 58 0 55 2A 7A 4E 21
Octal 22 225 27 130 0 125 52 172 116 41
Binary 10010 10010101 10111 1011000 0 1010101 101010 1111010 1001110 100001

Color Harmonies of #129517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129517

Black with #129517

Text Example


Text Example

White with #129517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129517; }

 p { color: rgb(18,149,23); }

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

background-color css

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

 a { background-color: rgb(18,149,23); }

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

border-color css

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

 span { border-color: rgb(18,149,23); }

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