Html Css Color HEX #1A710F Forest Green

📋 copy color: '#1A710F'

red 26 ◦ green 113 ◦ blue 15

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

Shades of Forest Green #1A710F

Tints of Forest Green #1A710F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 73.38%

 BLUE value IS 15 (6.25% from 255) = 9.74%

R = 16.88%
G = 73.38%
B = 9.74%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#1A710F (or 0x1A710F) is known color: Forest Green. HEX triplet: 1A, 71 and 0F. RGB value is (26,113,15). Sum of RGB (Red+Green+Blue) = 26+113+15=154 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.88% from 154); Green value is 113 (44.53% from 255 or 73.38% from 154); Blue value is 15 (6.25% from 255 or 9.74% from 154); Max value from RGB is 113 - color contains mainly: green. Hex color #1A710F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A710F is #E58EF0. Grayscale: #4C4C4C. Windows color (decimal): -15044337 or 1011994. OLE color: 1011994.

HSL color Cylindrical-coordinate representation of color #1A710F: hue angle of 113.27º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A710F is Cyan = 0.77, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB 26 113 15 -
CMYK 0.77 0 0.87 0.56
HSL 113.27º 0.77% 0.25% -
HSV(B) 113.27º 0.87% 0.44% -
XYZ 6.42 12.06 2.44 -
YUV 75.82 93.68 92.47 -
System Red Green Blue C M Y K H S L
Decimal 26 113 15 0.77 0 0.87 0.56 113.27 0.77 0.25
Hex 1A 71 F 4D 0 57 38 71 4D 19
Octal 32 161 17 115 0 127 70 161 115 31
Binary 11010 1110001 1111 1001101 0 1010111 111000 1110001 1001101 11001

Color Harmonies of #1A710F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A710F

Black with #1A710F

Text Example


Text Example

White with #1A710F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,113,15); }

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

background-color css

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

 a { background-color: rgb(26,113,15); }

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

border-color css

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

 span { border-color: rgb(26,113,15); }

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