Html Css Color HEX #1D701A Forest Green

📋 copy color: '#1D701A'

red 29 ◦ green 112 ◦ blue 26

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

Shades of Forest Green #1D701A

Tints of Forest Green #1D701A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 67.07%

 BLUE value IS 26 (10.55% from 255) = 15.57%

R = 17.37%
G = 67.07%
B = 15.57%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#1D701A (or 0x1D701A) is known color: Forest Green. HEX triplet: 1D, 70 and 1A. RGB value is (29,112,26). Sum of RGB (Red+Green+Blue) = 29+112+26=167 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.37% from 167); Green value is 112 (44.14% from 255 or 67.07% from 167); Blue value is 26 (10.55% from 255 or 15.57% from 167); Max value from RGB is 112 - color contains mainly: green. Hex color #1D701A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D701A is #E28FE5. Grayscale: #4D4D4D. Windows color (decimal): -14847974 or 1732637. OLE color: 1732637.

HSL color Cylindrical-coordinate representation of color #1D701A: hue angle of 117.91º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D701A is Cyan = 0.74, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB 29 112 26 -
CMYK 0.74 0 0.77 0.56
HSL 117.91º 0.62% 0.27% -
HSV(B) 117.91º 0.77% 0.44% -
XYZ 6.49 11.92 2.94 -
YUV 77.38 99 93.49 -
System Red Green Blue C M Y K H S L
Decimal 29 112 26 0.74 0 0.77 0.56 117.91 0.62 0.27
Hex 1D 70 1A 4A 0 4D 38 76 3E 1B
Octal 35 160 32 112 0 115 70 166 76 33
Binary 11101 1110000 11010 1001010 0 1001101 111000 1110110 111110 11011

Color Harmonies of #1D701A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D701A

Black with #1D701A

Text Example


Text Example

White with #1D701A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,112,26); }

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

background-color css

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

 a { background-color: rgb(29,112,26); }

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

border-color css

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

 span { border-color: rgb(29,112,26); }

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