Html Css Color HEX #128128 Forest Green

📋 copy color: '#128128'

red 18 ◦ green 129 ◦ blue 40

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

Shades of Forest Green #128128

Tints of Forest Green #128128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 21.39%

R = 9.63%
G = 68.98%
B = 21.39%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#128128 (or 0x128128) is known color: Forest Green. HEX triplet: 12, 81 and 28. RGB value is (18,129,40). Sum of RGB (Red+Green+Blue) = 18+129+40=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 129 (50.78% from 255 or 68.98% from 187); Blue value is 40 (16.02% from 255 or 21.39% from 187); Max value from RGB is 129 - color contains mainly: green. Hex color #128128 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128128 is #ED7ED7. Grayscale: #555555. Windows color (decimal): -15564504 or 2654482. OLE color: 2654482.

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

Color convert

RGB 18 129 40 -
CMYK 0.86 0 0.69 0.49
HSL 131.89º 0.76% 0.29% -
HSV(B) 131.89º 0.86% 0.51% -
XYZ 8.48 15.98 4.65 -
YUV 85.67 102.23 79.74 -
System Red Green Blue C M Y K H S L
Decimal 18 129 40 0.86 0 0.69 0.49 131.89 0.76 0.29
Hex 12 81 28 56 0 45 31 84 4C 1D
Octal 22 201 50 126 0 105 61 204 114 35
Binary 10010 10000001 101000 1010110 0 1000101 110001 10000100 1001100 11101

Color Harmonies of #128128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128128

Black with #128128

Text Example


Text Example

White with #128128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128128; }

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

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

background-color css

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

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

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

border-color css

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

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

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