Html Css Color HEX #1D842E Forest Green

📋 copy color: '#1D842E'

red 29 ◦ green 132 ◦ blue 46

#1D842E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #1D842E

Tints of Forest Green #1D842E

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 value IS 0.78

 M value IS 0

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#1D842E (or 0x1D842E) is known color: 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

RGB 29 132 46 -
CMYK 0.78 0 0.65 0.48
HSL 129.9º 0.64% 0.32% -
HSV(B) 129.9º 0.78% 0.52% -
XYZ 9.25 16.96 5.37 -
YUV 91.4 102.38 83.49 -
System Red Green Blue C M Y K H S L
Decimal 29 132 46 0.78 0 0.65 0.48 129.9 0.64 0.32
Hex 1D 84 2E 4E 0 41 30 82 40 20
Octal 35 204 56 116 0 101 60 202 100 40
Binary 11101 10000100 101110 1001110 0 1000001 110000 10000010 1000000 100000

Color Harmonies of #1D842E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D842E

Black with #1D842E

Text Example


Text Example

White with #1D842E

Text Example


Text Example

HTML Codes & Css Web 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>