Html Css Color HEX #128D1D Forest Green

📋 copy color: '#128D1D'

red 18 ◦ green 141 ◦ blue 29

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

Shades of Forest Green #128D1D

Tints of Forest Green #128D1D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 75%

 BLUE value IS 29 (11.72% from 255) = 15.43%

R = 9.57%
G = 75%
B = 15.43%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#128D1D (or 0x128D1D) is known color: Forest Green. HEX triplet: 12, 8D and 1D. RGB value is (18,141,29). Sum of RGB (Red+Green+Blue) = 18+141+29=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 141 (55.47% from 255 or 75% from 188); Blue value is 29 (11.72% from 255 or 15.43% from 188); Max value from RGB is 141 - color contains mainly: green. Hex color #128D1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128D1D is #ED72E2. Grayscale: #5B5B5B. Windows color (decimal): -15561443 or 1936658. OLE color: 1936658.

HSL color Cylindrical-coordinate representation of color #128D1D: hue angle of 125.37º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128D1D is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB 18 141 29 -
CMYK 0.87 0 0.79 0.45
HSL 125.37º 0.77% 0.31% -
HSV(B) 125.37º 0.87% 0.55% -
XYZ 10 19.27 4.35 -
YUV 91.46 92.75 75.61 -
System Red Green Blue C M Y K H S L
Decimal 18 141 29 0.87 0 0.79 0.45 125.37 0.77 0.31
Hex 12 8D 1D 57 0 4F 2D 7D 4D 1F
Octal 22 215 35 127 0 117 55 175 115 37
Binary 10010 10001101 11101 1010111 0 1001111 101101 1111101 1001101 11111

Color Harmonies of #128D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128D1D

Black with #128D1D

Text Example


Text Example

White with #128D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128D1D; }

 p { color: rgb(18,141,29); }

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

background-color css

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

 a { background-color: rgb(18,141,29); }

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

border-color css

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

 span { border-color: rgb(18,141,29); }

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