Html Css Color HEX #127915 Forest Green

📋 copy color: '#127915'

red 18 ◦ green 121 ◦ blue 21

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

Shades of Forest Green #127915

Tints of Forest Green #127915

RGB

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

 GREEN value IS 121 (47.66% from 255) = 75.63%

 BLUE value IS 21 (8.59% from 255) = 13.13%

R = 11.25%
G = 75.63%
B = 13.13%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#127915 (or 0x127915) is known color: Forest Green. HEX triplet: 12, 79 and 15. RGB value is (18,121,21). Sum of RGB (Red+Green+Blue) = 18+121+21=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 121 (47.66% from 255 or 75.62% from 160); Blue value is 21 (8.59% from 255 or 13.12% from 160); Max value from RGB is 121 - color contains mainly: green. Hex color #127915 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127915 is #ED86EA. Grayscale: #4F4F4F. Windows color (decimal): -15566571 or 1407250. OLE color: 1407250.

HSL color Cylindrical-coordinate representation of color #127915: hue angle of 121.75º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127915 is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 121 21 -
CMYK 0.85 0 0.83 0.53
HSL 121.75º 0.74% 0.27% -
HSV(B) 121.75º 0.85% 0.47% -
XYZ 7.22 13.86 3 -
YUV 78.8 95.38 84.63 -
System Red Green Blue C M Y K H S L
Decimal 18 121 21 0.85 0 0.83 0.53 121.75 0.74 0.27
Hex 12 79 15 55 0 53 35 7A 4A 1B
Octal 22 171 25 125 0 123 65 172 112 33
Binary 10010 1111001 10101 1010101 0 1010011 110101 1111010 1001010 11011

Color Harmonies of #127915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127915

Black with #127915

Text Example


Text Example

White with #127915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127915; }

 p { color: rgb(18,121,21); }

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

background-color css

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

 a { background-color: rgb(18,121,21); }

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

border-color css

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

 span { border-color: rgb(18,121,21); }

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