#1B770F

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

Shades of Forest Green #1B770F

Tints of Forest Green #1B770F

Color information

#1B770F (or 0x1B770F) is unknown color: approx Forest Green. HEX triplet: 1B, 77 and 0F. RGB value is (27,119,15). Sum of RGB (Red+Green+Blue) = 27+119+15=161 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.77% from 161); Green value is 119 (46.88% from 255 or 73.91% from 161); Blue value is 15 (6.25% from 255 or 9.32% from 161); Max value from RGB is 119 - color contains mainly: green. Hex color #1B770F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B770F is #E488F0. Grayscale: #4F4F4F. Windows color (decimal): -14977265 or 1013531. OLE color: 1013531.

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

Color convert

RGB2711915-
CMYK0.7700.870.53
HSL113.08º77.61%26.27%-
HSV(B)113.08º87.39%46.67%-
XYZ7.1413.462.67-
YUV79.6491.5290.46-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 16.77%
GREEN value IS 119 (46.88% from 255) = 73.91%
BLUE value IS 15 (6.25% from 255) = 9.32%
R=16.77%
G=73.91%
B=9.32%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal27119150.7700.870.53113.0877.6126.27
Hex1B77F4D05735714e1a
Octal331671711501276516111632
Binary11011111011111111001101010101111101011110001100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B770F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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