Html Css Color HEX #1A7F1C Forest Green

📋 copy color: '#1A7F1C'

red 26 ◦ green 127 ◦ blue 28

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

Shades of Forest Green #1A7F1C

Tints of Forest Green #1A7F1C

RGB

 RED value IS 26 (10.55% from 255) = 14.36%

 GREEN value IS 127 (50% from 255) = 70.17%

 BLUE value IS 28 (11.33% from 255) = 15.47%

R = 14.36%
G = 70.17%
B = 15.47%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.78

 K value IS 0.50

RGB Variations

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

Color information

#1A7F1C (or 0x1A7F1C) is known color: Forest Green. HEX triplet: 1A, 7F and 1C. RGB value is (26,127,28). Sum of RGB (Red+Green+Blue) = 26+127+28=181 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.36% from 181); Green value is 127 (50% from 255 or 70.17% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 127 - color contains mainly: green. Hex color #1A7F1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7F1C is #E580E3. Grayscale: #555555. Windows color (decimal): -15040740 or 1867546. OLE color: 1867546.

HSL color Cylindrical-coordinate representation of color #1A7F1C: hue angle of 121.19º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A7F1C is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.50.

Color convert

RGB 26 127 28 -
CMYK 0.80 0 0.78 0.50
HSL 121.19º 0.66% 0.3% -
HSV(B) 121.19º 0.8% 0.5% -
XYZ 8.22 15.48 3.65 -
YUV 85.52 95.54 85.55 -
System Red Green Blue C M Y K H S L
Decimal 26 127 28 0.80 0 0.78 0.50 121.19 0.66 0.3
Hex 1A 7F 1C 50 0 4E 32 79 42 1E
Octal 32 177 34 120 0 116 62 171 102 36
Binary 11010 1111111 11100 1010000 0 1001110 110010 1111001 1000010 11110

Color Harmonies of #1A7F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A7F1C

Black with #1A7F1C

Text Example


Text Example

White with #1A7F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A7F1C; }

 p { color: rgb(26,127,28); }

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

background-color css

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

 a { background-color: rgb(26,127,28); }

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

border-color css

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

 span { border-color: rgb(26,127,28); }

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