Html Css Color HEX #128125 Forest Green

📋 copy color: '#128125'

red 18 ◦ green 129 ◦ blue 37

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

Shades of Forest Green #128125

Tints of Forest Green #128125

RGB

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

 GREEN value IS 129 (50.78% from 255) = 70.11%

 BLUE value IS 37 (14.84% from 255) = 20.11%

R = 9.78%
G = 70.11%
B = 20.11%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#128125 (or 0x128125) is known color: Forest Green. HEX triplet: 12, 81 and 25. RGB value is (18,129,37). Sum of RGB (Red+Green+Blue) = 18+129+37=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 129 (50.78% from 255 or 70.11% from 184); Blue value is 37 (14.84% from 255 or 20.11% from 184); Max value from RGB is 129 - color contains mainly: green. Hex color #128125 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128125 is #ED7EDA. Grayscale: #555555. Windows color (decimal): -15564507 or 2457874. OLE color: 2457874.

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

Color convert

RGB 18 129 37 -
CMYK 0.86 0 0.71 0.49
HSL 130.27º 0.76% 0.29% -
HSV(B) 130.27º 0.86% 0.51% -
XYZ 8.43 15.96 4.39 -
YUV 85.32 100.73 79.98 -
System Red Green Blue C M Y K H S L
Decimal 18 129 37 0.86 0 0.71 0.49 130.27 0.76 0.29
Hex 12 81 25 56 0 47 31 82 4C 1D
Octal 22 201 45 126 0 107 61 202 114 35
Binary 10010 10000001 100101 1010110 0 1000111 110001 10000010 1001100 11101

Color Harmonies of #128125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128125

Black with #128125

Text Example


Text Example

White with #128125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128125; }

 p { color: rgb(18,129,37); }

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

background-color css

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

 a { background-color: rgb(18,129,37); }

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

border-color css

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

 span { border-color: rgb(18,129,37); }

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