Html Css Color HEX #128519 Forest Green

📋 copy color: '#128519'

red 18 ◦ green 133 ◦ blue 25

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

Shades of Forest Green #128519

Tints of Forest Green #128519

RGB

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

 GREEN value IS 133 (52.34% from 255) = 75.57%

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

R = 10.23%
G = 75.57%
B = 14.2%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#128519 (or 0x128519) is known color: Forest Green. HEX triplet: 12, 85 and 19. RGB value is (18,133,25). Sum of RGB (Red+Green+Blue) = 18+133+25=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 133 (52.34% from 255 or 75.57% from 176); Blue value is 25 (10.16% from 255 or 14.20% from 176); Max value from RGB is 133 - color contains mainly: green. Hex color #128519 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128519 is #ED7AE6. Grayscale: #565656. Windows color (decimal): -15563495 or 1672466. OLE color: 1672466.

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

Color convert

RGB 18 133 25 -
CMYK 0.86 0 0.81 0.48
HSL 123.65º 0.76% 0.3% -
HSV(B) 123.65º 0.86% 0.52% -
XYZ 8.81 16.97 3.73 -
YUV 86.3 93.4 79.28 -
System Red Green Blue C M Y K H S L
Decimal 18 133 25 0.86 0 0.81 0.48 123.65 0.76 0.3
Hex 12 85 19 56 0 51 30 7C 4C 1E
Octal 22 205 31 126 0 121 60 174 114 36
Binary 10010 10000101 11001 1010110 0 1010001 110000 1111100 1001100 11110

Color Harmonies of #128519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128519

Black with #128519

Text Example


Text Example

White with #128519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128519; }

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

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

background-color css

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

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

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

border-color css

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

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

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