Html Css Color HEX #1A761C Forest Green

📋 copy color: '#1A761C'

red 26 ◦ green 118 ◦ blue 28

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

Shades of Forest Green #1A761C

Tints of Forest Green #1A761C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.28%

R = 15.12%
G = 68.6%
B = 16.28%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#1A761C (or 0x1A761C) is known color: Forest Green. HEX triplet: 1A, 76 and 1C. RGB value is (26,118,28). Sum of RGB (Red+Green+Blue) = 26+118+28=172 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.12% from 172); Green value is 118 (46.48% from 255 or 68.60% from 172); Blue value is 28 (11.33% from 255 or 16.28% from 172); Max value from RGB is 118 - color contains mainly: green. Hex color #1A761C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A761C is #E589E3. Grayscale: #505050. Windows color (decimal): -15043044 or 1865242. OLE color: 1865242.

HSL color Cylindrical-coordinate representation of color #1A761C: hue angle of 121.3º 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 #1A761C is Cyan = 0.78, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB 26 118 28 -
CMYK 0.78 0 0.76 0.54
HSL 121.3º 0.64% 0.28% -
HSV(B) 121.3º 0.78% 0.46% -
XYZ 7.11 13.26 3.28 -
YUV 80.23 98.52 89.32 -
System Red Green Blue C M Y K H S L
Decimal 26 118 28 0.78 0 0.76 0.54 121.3 0.64 0.28
Hex 1A 76 1C 4E 0 4C 36 79 40 1C
Octal 32 166 34 116 0 114 66 171 100 34
Binary 11010 1110110 11100 1001110 0 1001100 110110 1111001 1000000 11100

Color Harmonies of #1A761C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A761C

Black with #1A761C

Text Example


Text Example

White with #1A761C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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