Html Css Color HEX #1D862F Forest Green

📋 copy color: '#1D862F'

red 29 ◦ green 134 ◦ blue 47

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

Shades of Forest Green #1D862F

Tints of Forest Green #1D862F

RGB

 RED value IS 29 (11.72% from 255) = 13.81%

 GREEN value IS 134 (52.73% from 255) = 63.81%

 BLUE value IS 47 (18.75% from 255) = 22.38%

R = 13.81%
G = 63.81%
B = 22.38%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#1D862F (or 0x1D862F) is known color: Forest Green. HEX triplet: 1D, 86 and 2F. RGB value is (29,134,47). Sum of RGB (Red+Green+Blue) = 29+134+47=210 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.81% from 210); Green value is 134 (52.73% from 255 or 63.81% from 210); Blue value is 47 (18.75% from 255 or 22.38% from 210); Max value from RGB is 134 - color contains mainly: green. Hex color #1D862F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D862F is #E279D0. Grayscale: #5C5C5C. Windows color (decimal): -14842321 or 3114525. OLE color: 3114525.

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

Color convert

RGB 29 134 47 -
CMYK 0.78 0 0.65 0.47
HSL 130.29º 0.64% 0.32% -
HSV(B) 130.29º 0.78% 0.53% -
XYZ 9.54 17.52 5.57 -
YUV 92.69 102.21 82.57 -
System Red Green Blue C M Y K H S L
Decimal 29 134 47 0.78 0 0.65 0.47 130.29 0.64 0.32
Hex 1D 86 2F 4E 0 41 2F 82 40 20
Octal 35 206 57 116 0 101 57 202 100 40
Binary 11101 10000110 101111 1001110 0 1000001 101111 10000010 1000000 100000

Color Harmonies of #1D862F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D862F

Black with #1D862F

Text Example


Text Example

White with #1D862F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,134,47); }

 H1.HeaderClassName
 {
   color: #1D862F;
 }
 .AnyTagClassName
 {
   color: #1D862F;
 }
</style>

background-color css

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

 a { background-color: rgb(29,134,47); }

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

border-color css

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

 span { border-color: rgb(29,134,47); }

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