#1D842E

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

Shades of Forest Green #1D842E

Tints of Forest Green #1D842E

Color information

#1D842E (or 0x1D842E) is unknown color: approx Forest Green. HEX triplet: 1D, 84 and 2E. RGB value is (29,132,46). Sum of RGB (Red+Green+Blue) = 29+132+46=207 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.01% from 207); Green value is 132 (51.95% from 255 or 63.77% from 207); Blue value is 46 (18.36% from 255 or 22.22% from 207); Max value from RGB is 132 - color contains mainly: green. Hex color #1D842E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D842E is #E27BD1. Grayscale: #5B5B5B. Windows color (decimal): -14842834 or 3048477. OLE color: 3048477.

HSL color Cylindrical-coordinate representation of color #1D842E: hue angle of 129.9º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D842E is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB2913246-
CMYK0.7800.650.48
HSL129.9º63.98%31.57%-
HSV(B)129.9º78.03%51.76%-
XYZ9.2516.965.37-
YUV91.4102.3883.49-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.01%
GREEN value IS 132 (51.95% from 255) = 63.77%
BLUE value IS 46 (18.36% from 255) = 22.22%
R=14.01%
G=63.77%
B=22.22%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal29132460.7800.650.48129.963.9831.57
Hex1D842E4E04130824020
Octal352045611601016020210040
Binary1110110000100101110100111001000001110000100000101000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D842E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,132,46); }

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

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

 a { background-color: rgb(29,132,46); }

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

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

 span { border-color: rgb(29,132,46); }

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