Html Css Color HEX #1A731F Forest Green

📋 copy color: '#1A731F'

red 26 ◦ green 115 ◦ blue 31

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

Shades of Forest Green #1A731F

Tints of Forest Green #1A731F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 66.86%

 BLUE value IS 31 (12.5% from 255) = 18.02%

R = 15.12%
G = 66.86%
B = 18.02%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#1A731F (or 0x1A731F) is known color: Forest Green. HEX triplet: 1A, 73 and 1F. RGB value is (26,115,31). Sum of RGB (Red+Green+Blue) = 26+115+31=172 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.12% from 172); Green value is 115 (45.31% from 255 or 66.86% from 172); Blue value is 31 (12.5% from 255 or 18.02% from 172); Max value from RGB is 115 - color contains mainly: green. Hex color #1A731F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A731F is #E58CE0. Grayscale: #4F4F4F. Windows color (decimal): -15043809 or 2061082. OLE color: 2061082.

HSL color Cylindrical-coordinate representation of color #1A731F: hue angle of 123.37º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A731F is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 26 115 31 -
CMYK 0.77 0 0.73 0.55
HSL 123.37º 0.63% 0.28% -
HSV(B) 123.37º 0.77% 0.45% -
XYZ 6.8 12.58 3.37 -
YUV 78.81 101.01 90.33 -
System Red Green Blue C M Y K H S L
Decimal 26 115 31 0.77 0 0.73 0.55 123.37 0.63 0.28
Hex 1A 73 1F 4D 0 49 37 7B 3F 1C
Octal 32 163 37 115 0 111 67 173 77 34
Binary 11010 1110011 11111 1001101 0 1001001 110111 1111011 111111 11100

Color Harmonies of #1A731F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A731F

Black with #1A731F

Text Example


Text Example

White with #1A731F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,115,31); }

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

background-color css

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

 a { background-color: rgb(26,115,31); }

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

border-color css

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

 span { border-color: rgb(26,115,31); }

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