Html Css Color HEX #129319 Forest Green

📋 copy color: '#129319'

red 18 ◦ green 147 ◦ blue 25

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

Shades of Forest Green #129319

Tints of Forest Green #129319

RGB

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

 GREEN value IS 147 (57.81% from 255) = 77.37%

 BLUE value IS 25 (10.16% from 255) = 13.16%

R = 9.47%
G = 77.37%
B = 13.16%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#129319 (or 0x129319) is known color: Forest Green. HEX triplet: 12, 93 and 19. RGB value is (18,147,25). Sum of RGB (Red+Green+Blue) = 18+147+25=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 147 (57.81% from 255 or 77.37% from 190); Blue value is 25 (10.16% from 255 or 13.16% from 190); Max value from RGB is 147 - color contains mainly: green. Hex color #129319 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129319 is #ED6CE6. Grayscale: #5E5E5E. Windows color (decimal): -15559911 or 1676050. OLE color: 1676050.

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

Color convert

RGB 18 147 25 -
CMYK 0.88 0 0.83 0.42
HSL 123.26º 0.78% 0.32% -
HSV(B) 123.26º 0.88% 0.58% -
XYZ 10.86 21.07 4.41 -
YUV 94.52 88.76 73.42 -
System Red Green Blue C M Y K H S L
Decimal 18 147 25 0.88 0 0.83 0.42 123.26 0.78 0.32
Hex 12 93 19 58 0 53 2A 7B 4E 20
Octal 22 223 31 130 0 123 52 173 116 40
Binary 10010 10010011 11001 1011000 0 1010011 101010 1111011 1001110 100000

Color Harmonies of #129319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129319

Black with #129319

Text Example


Text Example

White with #129319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129319; }

 p { color: rgb(18,147,25); }

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

background-color css

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

 a { background-color: rgb(18,147,25); }

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

border-color css

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

 span { border-color: rgb(18,147,25); }

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