#1A761B

Color #1A761B Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #1A761B

Tints of Forest Green #1A761B

Color information

#1A761B (or 0x1A761B) is unknown color: approx Forest Green. HEX triplet: 1A, 76 and 1B. RGB value is (26,118,27). Sum of RGB (Red+Green+Blue) = 26+118+27=171 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.20% from 171); Green value is 118 (46.48% from 255 or 69.01% from 171); Blue value is 27 (10.94% from 255 or 15.79% from 171); Max value from RGB is 118 - color contains mainly: green. Hex color #1A761B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A761B is #E589E4. Grayscale: #505050. Windows color (decimal): -15043045 or 1799706. OLE color: 1799706.

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

Color convert

RGB2611827-
CMYK0.7800.770.54
HSL120.65º63.89%28.24%-
HSV(B)120.65º77.97%46.27%-
XYZ7.113.263.22-
YUV80.1298.0289.4-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.20%
GREEN value IS 118 (46.48% from 255) = 69.01%
BLUE value IS 27 (10.94% from 255) = 15.79%
R=15.20%
G=69.01%
B=15.79%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal26118270.7800.770.54120.6563.8928.24
Hex1A761B4E04D3679401c
Octal321663311601156617110034
Binary110101110110110111001110010011011101101111001100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A761B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1A761B;
 }
 .AnyTagClassName
 {
   color: #1A761B;
 }
</style>
background-color css

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

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

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

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

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

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