Html Css Color HEX #1A741C Forest Green

📋 copy color: '#1A741C'

red 26 ◦ green 116 ◦ blue 28

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

Shades of Forest Green #1A741C

Tints of Forest Green #1A741C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 68.24%

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

R = 15.29%
G = 68.24%
B = 16.47%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#1A741C (or 0x1A741C) is known color: Forest Green. HEX triplet: 1A, 74 and 1C. RGB value is (26,116,28). Sum of RGB (Red+Green+Blue) = 26+116+28=170 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.29% from 170); Green value is 116 (45.70% from 255 or 68.24% from 170); Blue value is 28 (11.33% from 255 or 16.47% from 170); Max value from RGB is 116 - color contains mainly: green. Hex color #1A741C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A741C is #E58BE3. Grayscale: #4F4F4F. Windows color (decimal): -15043556 or 1864730. OLE color: 1864730.

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

Color convert

RGB 26 116 28 -
CMYK 0.78 0 0.76 0.55
HSL 121.33º 0.63% 0.28% -
HSV(B) 121.33º 0.78% 0.45% -
XYZ 6.88 12.79 3.21 -
YUV 79.06 99.18 90.16 -
System Red Green Blue C M Y K H S L
Decimal 26 116 28 0.78 0 0.76 0.55 121.33 0.63 0.28
Hex 1A 74 1C 4E 0 4C 37 79 3F 1C
Octal 32 164 34 116 0 114 67 171 77 34
Binary 11010 1110100 11100 1001110 0 1001100 110111 1111001 111111 11100

Color Harmonies of #1A741C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A741C

Black with #1A741C

Text Example


Text Example

White with #1A741C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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