#1B942E

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

Shades of Forest Green #1B942E

Tints of Forest Green #1B942E

Color information

#1B942E (or 0x1B942E) is unknown color: approx Forest Green. HEX triplet: 1B, 94 and 2E. RGB value is (27,148,46). Sum of RGB (Red+Green+Blue) = 27+148+46=221 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.22% from 221); Green value is 148 (58.20% from 255 or 66.97% from 221); Blue value is 46 (18.36% from 255 or 20.81% from 221); Max value from RGB is 148 - color contains mainly: green. Hex color #1B942E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B942E is #E46BD1. Grayscale: #646464. Windows color (decimal): -14969810 or 3052571. OLE color: 3052571.

HSL color Cylindrical-coordinate representation of color #1B942E: hue angle of 129.42º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B942E is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB2714846-
CMYK0.8200.690.42
HSL129.42º69.14%34.31%-
HSV(B)129.42º81.76%58.04%-
XYZ11.5421.616.15-
YUV100.1997.4175.79-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.22%
GREEN value IS 148 (58.20% from 255) = 66.97%
BLUE value IS 46 (18.36% from 255) = 20.81%
R=12.22%
G=66.97%
B=20.81%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal27148460.8200.690.42129.4269.1434.31
Hex1B942E520452A814522
Octal332245612201055220110542
Binary1101110010100101110101001001000101101010100000011000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B942E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,148,46); }

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

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

 a { background-color: rgb(27,148,46); }

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

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

 span { border-color: rgb(27,148,46); }

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