Html Css Color HEX #1D7E2B Forest Green

📋 copy color: '#1D7E2B'

red 29 ◦ green 126 ◦ blue 43

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

Shades of Forest Green #1D7E2B

Tints of Forest Green #1D7E2B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 63.64%

 BLUE value IS 43 (17.19% from 255) = 21.72%

R = 14.65%
G = 63.64%
B = 21.72%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.66

 K value IS 0.51

RGB Variations

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

Color information

#1D7E2B (or 0x1D7E2B) is known color: Forest Green. HEX triplet: 1D, 7E and 2B. RGB value is (29,126,43). Sum of RGB (Red+Green+Blue) = 29+126+43=198 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.65% from 198); Green value is 126 (49.61% from 255 or 63.64% from 198); Blue value is 43 (17.19% from 255 or 21.72% from 198); Max value from RGB is 126 - color contains mainly: green. Hex color #1D7E2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7E2B is #E281D4. Grayscale: #575757. Windows color (decimal): -14844373 or 2850333. OLE color: 2850333.

HSL color Cylindrical-coordinate representation of color #1D7E2B: hue angle of 128.66º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D7E2B is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.51.

Color convert

RGB 29 126 43 -
CMYK 0.77 0 0.66 0.51
HSL 128.66º 0.63% 0.3% -
HSV(B) 128.66º 0.77% 0.49% -
XYZ 8.4 15.36 4.81 -
YUV 87.54 102.86 86.25 -
System Red Green Blue C M Y K H S L
Decimal 29 126 43 0.77 0 0.66 0.51 128.66 0.63 0.3
Hex 1D 7E 2B 4D 0 42 33 81 3F 1E
Octal 35 176 53 115 0 102 63 201 77 36
Binary 11101 1111110 101011 1001101 0 1000010 110011 10000001 111111 11110

Color Harmonies of #1D7E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7E2B

Black with #1D7E2B

Text Example


Text Example

White with #1D7E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,126,43); }

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

background-color css

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

 a { background-color: rgb(29,126,43); }

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

border-color css

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

 span { border-color: rgb(29,126,43); }

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