#1B771C

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

Shades of Forest Green #1B771C

Tints of Forest Green #1B771C

Color information

#1B771C (or 0x1B771C) is unknown color: approx Forest Green. HEX triplet: 1B, 77 and 1C. RGB value is (27,119,28). Sum of RGB (Red+Green+Blue) = 27+119+28=174 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.52% from 174); Green value is 119 (46.88% from 255 or 68.39% from 174); Blue value is 28 (11.33% from 255 or 16.09% from 174); Max value from RGB is 119 - color contains mainly: green. Hex color #1B771C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B771C is #E488E3. Grayscale: #515151. Windows color (decimal): -14977252 or 1865499. OLE color: 1865499.

HSL color Cylindrical-coordinate representation of color #1B771C: hue angle of 120.65º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B771C is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB2711928-
CMYK0.7700.760.53
HSL120.65º63.01%28.63%-
HSV(B)120.65º77.31%46.67%-
XYZ7.2613.513.32-
YUV81.1298.0289.4-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.52%
GREEN value IS 119 (46.88% from 255) = 68.39%
BLUE value IS 28 (11.33% from 255) = 16.09%
R=15.52%
G=68.39%
B=16.09%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal27119280.7700.760.53120.6563.0128.63
Hex1B771C4D04C35793f1d
Octal33167341150114651717735
Binary11011111011111100100110101001100110101111100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B771C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,119,28); }

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

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

 a { background-color: rgb(27,119,28); }

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

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

 span { border-color: rgb(27,119,28); }

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