Html Css Color HEX #1A761F Forest Green

📋 copy color: '#1A761F'

red 26 ◦ green 118 ◦ blue 31

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

Shades of Forest Green #1A761F

Tints of Forest Green #1A761F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 67.43%

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

R = 14.86%
G = 67.43%
B = 17.71%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#1A761F (or 0x1A761F) is known color: Forest Green. HEX triplet: 1A, 76 and 1F. RGB value is (26,118,31). Sum of RGB (Red+Green+Blue) = 26+118+31=175 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.86% from 175); Green value is 118 (46.48% from 255 or 67.43% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 118 - color contains mainly: green. Hex color #1A761F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A761F is #E589E0. Grayscale: #505050. Windows color (decimal): -15043041 or 2061850. OLE color: 2061850.

HSL color Cylindrical-coordinate representation of color #1A761F: hue angle of 123.26º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A761F is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 26 118 31 -
CMYK 0.78 0 0.74 0.54
HSL 123.26º 0.64% 0.28% -
HSV(B) 123.26º 0.78% 0.46% -
XYZ 7.15 13.28 3.48 -
YUV 80.57 100.02 89.07 -
System Red Green Blue C M Y K H S L
Decimal 26 118 31 0.78 0 0.74 0.54 123.26 0.64 0.28
Hex 1A 76 1F 4E 0 4A 36 7B 40 1C
Octal 32 166 37 116 0 112 66 173 100 34
Binary 11010 1110110 11111 1001110 0 1001010 110110 1111011 1000000 11100

Color Harmonies of #1A761F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A761F

Black with #1A761F

Text Example


Text Example

White with #1A761F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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