Html Css Color HEX #128424 Forest Green

📋 copy color: '#128424'

red 18 ◦ green 132 ◦ blue 36

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

Shades of Forest Green #128424

Tints of Forest Green #128424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 19.35%

R = 9.68%
G = 70.97%
B = 19.35%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#128424 (or 0x128424) is known color: Forest Green. HEX triplet: 12, 84 and 24. RGB value is (18,132,36). Sum of RGB (Red+Green+Blue) = 18+132+36=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 132 (51.95% from 255 or 70.97% from 186); Blue value is 36 (14.45% from 255 or 19.35% from 186); Max value from RGB is 132 - color contains mainly: green. Hex color #128424 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128424 is #ED7BDB. Grayscale: #575757. Windows color (decimal): -15563740 or 2393106. OLE color: 2393106.

HSL color Cylindrical-coordinate representation of color #128424: hue angle of 129.47º 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 #128424 is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 132 36 -
CMYK 0.86 0 0.73 0.48
HSL 129.47º 0.76% 0.29% -
HSV(B) 129.47º 0.86% 0.52% -
XYZ 8.82 16.76 4.44 -
YUV 86.97 99.23 78.81 -
System Red Green Blue C M Y K H S L
Decimal 18 132 36 0.86 0 0.73 0.48 129.47 0.76 0.29
Hex 12 84 24 56 0 49 30 81 4C 1D
Octal 22 204 44 126 0 111 60 201 114 35
Binary 10010 10000100 100100 1010110 0 1001001 110000 10000001 1001100 11101

Color Harmonies of #128424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128424

Black with #128424

Text Example


Text Example

White with #128424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128424; }

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

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

background-color css

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

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

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

border-color css

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

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

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