Html Css Color HEX #1A841F Forest Green

📋 copy color: '#1A841F'

red 26 ◦ green 132 ◦ blue 31

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

Shades of Forest Green #1A841F

Tints of Forest Green #1A841F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 69.84%

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

R = 13.76%
G = 69.84%
B = 16.4%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#1A841F (or 0x1A841F) is known color: Forest Green. HEX triplet: 1A, 84 and 1F. RGB value is (26,132,31). Sum of RGB (Red+Green+Blue) = 26+132+31=189 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.76% from 189); Green value is 132 (51.95% from 255 or 69.84% from 189); Blue value is 31 (12.5% from 255 or 16.40% from 189); Max value from RGB is 132 - color contains mainly: green. Hex color #1A841F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A841F is #E57BE0. Grayscale: #595959. Windows color (decimal): -15039457 or 2065434. OLE color: 2065434.

HSL color Cylindrical-coordinate representation of color #1A841F: hue angle of 122.83º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A841F is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 26 132 31 -
CMYK 0.80 0 0.77 0.48
HSL 122.83º 0.67% 0.31% -
HSV(B) 122.83º 0.8% 0.52% -
XYZ 8.92 16.82 4.07 -
YUV 88.79 95.38 83.21 -
System Red Green Blue C M Y K H S L
Decimal 26 132 31 0.80 0 0.77 0.48 122.83 0.67 0.31
Hex 1A 84 1F 50 0 4D 30 7B 43 1F
Octal 32 204 37 120 0 115 60 173 103 37
Binary 11010 10000100 11111 1010000 0 1001101 110000 1111011 1000011 11111

Color Harmonies of #1A841F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A841F

Black with #1A841F

Text Example


Text Example

White with #1A841F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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