Html Css Color HEX #127A25 Forest Green

📋 copy color: '#127A25'

red 18 ◦ green 122 ◦ blue 37

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

Shades of Forest Green #127A25

Tints of Forest Green #127A25

RGB

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

 GREEN value IS 122 (48.05% from 255) = 68.93%

 BLUE value IS 37 (14.84% from 255) = 20.9%

R = 10.17%
G = 68.93%
B = 20.9%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.70

 K value IS 0.52

RGB Variations

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

Color information

#127A25 (or 0x127A25) is known color: Forest Green. HEX triplet: 12, 7A and 25. RGB value is (18,122,37). Sum of RGB (Red+Green+Blue) = 18+122+37=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 122 (48.05% from 255 or 68.93% from 177); Blue value is 37 (14.84% from 255 or 20.90% from 177); Max value from RGB is 122 - color contains mainly: green. Hex color #127A25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127A25 is #ED85DA. Grayscale: #515151. Windows color (decimal): -15566299 or 2456082. OLE color: 2456082.

HSL color Cylindrical-coordinate representation of color #127A25: hue angle of 130.96º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127A25 is Cyan = 0.85, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.52.

Color convert

RGB 18 122 37 -
CMYK 0.85 0 0.70 0.52
HSL 130.96º 0.74% 0.27% -
HSV(B) 130.96º 0.85% 0.48% -
XYZ 7.54 14.18 4.09 -
YUV 81.21 103.04 82.91 -
System Red Green Blue C M Y K H S L
Decimal 18 122 37 0.85 0 0.70 0.52 130.96 0.74 0.27
Hex 12 7A 25 55 0 46 34 83 4A 1B
Octal 22 172 45 125 0 106 64 203 112 33
Binary 10010 1111010 100101 1010101 0 1000110 110100 10000011 1001010 11011

Color Harmonies of #127A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127A25

Black with #127A25

Text Example


Text Example

White with #127A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127A25; }

 p { color: rgb(18,122,37); }

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

background-color css

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

 a { background-color: rgb(18,122,37); }

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

border-color css

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

 span { border-color: rgb(18,122,37); }

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