Html Css Color HEX #1A8B1F Forest Green

📋 copy color: '#1A8B1F'

red 26 ◦ green 139 ◦ blue 31

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

Shades of Forest Green #1A8B1F

Tints of Forest Green #1A8B1F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 70.92%

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

R = 13.27%
G = 70.92%
B = 15.82%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#1A8B1F (or 0x1A8B1F) is known color: Forest Green. HEX triplet: 1A, 8B and 1F. RGB value is (26,139,31). Sum of RGB (Red+Green+Blue) = 26+139+31=196 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.27% from 196); Green value is 139 (54.69% from 255 or 70.92% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 139 - color contains mainly: green. Hex color #1A8B1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A8B1F is #E574E0. Grayscale: #5D5D5D. Windows color (decimal): -15037665 or 2067226. OLE color: 2067226.

HSL color Cylindrical-coordinate representation of color #1A8B1F: hue angle of 122.65º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A8B1F is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB 26 139 31 -
CMYK 0.81 0 0.78 0.45
HSL 122.65º 0.68% 0.32% -
HSV(B) 122.65º 0.81% 0.55% -
XYZ 9.91 18.78 4.4 -
YUV 92.9 93.06 80.28 -
System Red Green Blue C M Y K H S L
Decimal 26 139 31 0.81 0 0.78 0.45 122.65 0.68 0.32
Hex 1A 8B 1F 51 0 4E 2D 7B 44 20
Octal 32 213 37 121 0 116 55 173 104 40
Binary 11010 10001011 11111 1010001 0 1001110 101101 1111011 1000100 100000

Color Harmonies of #1A8B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A8B1F

Black with #1A8B1F

Text Example


Text Example

White with #1A8B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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