Html Css Color HEX #1D8A2F Forest Green

📋 copy color: '#1D8A2F'

red 29 ◦ green 138 ◦ blue 47

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

Shades of Forest Green #1D8A2F

Tints of Forest Green #1D8A2F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 64.49%

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

R = 13.55%
G = 64.49%
B = 21.96%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.66

 K value IS 0.46

RGB Variations

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

Color information

#1D8A2F (or 0x1D8A2F) is known color: Forest Green. HEX triplet: 1D, 8A and 2F. RGB value is (29,138,47). Sum of RGB (Red+Green+Blue) = 29+138+47=214 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.55% from 214); Green value is 138 (54.30% from 255 or 64.49% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 138 - color contains mainly: green. Hex color #1D8A2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8A2F is #E275D0. Grayscale: #5F5F5F. Windows color (decimal): -14841297 or 3115549. OLE color: 3115549.

HSL color Cylindrical-coordinate representation of color #1D8A2F: hue angle of 129.91º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D8A2F is Cyan = 0.79, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB 29 138 47 -
CMYK 0.79 0 0.66 0.46
HSL 129.91º 0.65% 0.33% -
HSV(B) 129.91º 0.79% 0.54% -
XYZ 10.11 18.64 5.76 -
YUV 95.04 100.89 80.9 -
System Red Green Blue C M Y K H S L
Decimal 29 138 47 0.79 0 0.66 0.46 129.91 0.65 0.33
Hex 1D 8A 2F 4F 0 42 2E 82 41 21
Octal 35 212 57 117 0 102 56 202 101 41
Binary 11101 10001010 101111 1001111 0 1000010 101110 10000010 1000001 100001

Color Harmonies of #1D8A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D8A2F

Black with #1D8A2F

Text Example


Text Example

White with #1D8A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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