Html Css Color HEX #1A7F1D Forest Green

📋 copy color: '#1A7F1D'

red 26 ◦ green 127 ◦ blue 29

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

Shades of Forest Green #1A7F1D

Tints of Forest Green #1A7F1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.93%

R = 14.29%
G = 69.78%
B = 15.93%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.77

 K value IS 0.50

RGB Variations

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

Color information

#1A7F1D (or 0x1A7F1D) is known color: Forest Green. HEX triplet: 1A, 7F and 1D. RGB value is (26,127,29). Sum of RGB (Red+Green+Blue) = 26+127+29=182 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.29% from 182); Green value is 127 (50% from 255 or 69.78% from 182); Blue value is 29 (11.72% from 255 or 15.93% from 182); Max value from RGB is 127 - color contains mainly: green. Hex color #1A7F1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7F1D is #E580E2. Grayscale: #555555. Windows color (decimal): -15040739 or 1933082. OLE color: 1933082.

HSL color Cylindrical-coordinate representation of color #1A7F1D: hue angle of 121.78º 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 #1A7F1D is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.50.

Color convert

RGB 26 127 29 -
CMYK 0.80 0 0.77 0.50
HSL 121.78º 0.66% 0.3% -
HSV(B) 121.78º 0.8% 0.5% -
XYZ 8.24 15.49 3.72 -
YUV 85.63 96.04 85.47 -
System Red Green Blue C M Y K H S L
Decimal 26 127 29 0.80 0 0.77 0.50 121.78 0.66 0.3
Hex 1A 7F 1D 50 0 4D 32 7A 42 1E
Octal 32 177 35 120 0 115 62 172 102 36
Binary 11010 1111111 11101 1010000 0 1001101 110010 1111010 1000010 11110

Color Harmonies of #1A7F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A7F1D

Black with #1A7F1D

Text Example


Text Example

White with #1A7F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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