Html Css Color HEX #128123 Forest Green

📋 copy color: '#128123'

red 18 ◦ green 129 ◦ blue 35

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

Shades of Forest Green #128123

Tints of Forest Green #128123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 19.23%

R = 9.89%
G = 70.88%
B = 19.23%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#128123 (or 0x128123) is known color: Forest Green. HEX triplet: 12, 81 and 23. RGB value is (18,129,35). Sum of RGB (Red+Green+Blue) = 18+129+35=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 129 (50.78% from 255 or 70.88% from 182); Blue value is 35 (14.06% from 255 or 19.23% from 182); Max value from RGB is 129 - color contains mainly: green. Hex color #128123 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128123 is #ED7EDC. Grayscale: #555555. Windows color (decimal): -15564509 or 2326802. OLE color: 2326802.

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

Color convert

RGB 18 129 35 -
CMYK 0.86 0 0.73 0.49
HSL 129.19º 0.76% 0.29% -
HSV(B) 129.19º 0.86% 0.51% -
XYZ 8.4 15.95 4.23 -
YUV 85.1 99.73 80.14 -
System Red Green Blue C M Y K H S L
Decimal 18 129 35 0.86 0 0.73 0.49 129.19 0.76 0.29
Hex 12 81 23 56 0 49 31 81 4C 1D
Octal 22 201 43 126 0 111 61 201 114 35
Binary 10010 10000001 100011 1010110 0 1001001 110001 10000001 1001100 11101

Color Harmonies of #128123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128123

Black with #128123

Text Example


Text Example

White with #128123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128123; }

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

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

background-color css

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

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

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

border-color css

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

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

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