Html Css Color HEX #128127 Forest Green

📋 copy color: '#128127'

red 18 ◦ green 129 ◦ blue 39

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

Shades of Forest Green #128127

Tints of Forest Green #128127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 20.97%

R = 9.68%
G = 69.35%
B = 20.97%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#128127 (or 0x128127) is known color: Forest Green. HEX triplet: 12, 81 and 27. RGB value is (18,129,39). Sum of RGB (Red+Green+Blue) = 18+129+39=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 129 (50.78% from 255 or 69.35% from 186); Blue value is 39 (15.62% from 255 or 20.97% from 186); Max value from RGB is 129 - color contains mainly: green. Hex color #128127 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128127 is #ED7ED8. Grayscale: #555555. Windows color (decimal): -15564505 or 2588946. OLE color: 2588946.

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

Color convert

RGB 18 129 39 -
CMYK 0.86 0 0.70 0.49
HSL 131.35º 0.76% 0.29% -
HSV(B) 131.35º 0.86% 0.51% -
XYZ 8.47 15.98 4.56 -
YUV 85.55 101.73 79.82 -
System Red Green Blue C M Y K H S L
Decimal 18 129 39 0.86 0 0.70 0.49 131.35 0.76 0.29
Hex 12 81 27 56 0 46 31 83 4C 1D
Octal 22 201 47 126 0 106 61 203 114 35
Binary 10010 10000001 100111 1010110 0 1000110 110001 10000011 1001100 11101

Color Harmonies of #128127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128127

Black with #128127

Text Example


Text Example

White with #128127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128127; }

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

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

background-color css

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

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

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

border-color css

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

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

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