Html Css Color HEX #1D940E Forest Green

📋 copy color: '#1D940E'

red 29 ◦ green 148 ◦ blue 14

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

Shades of Forest Green #1D940E

Tints of Forest Green #1D940E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 77.49%

 BLUE value IS 14 (5.86% from 255) = 7.33%

R = 15.18%
G = 77.49%
B = 7.33%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#1D940E (or 0x1D940E) is known color: Forest Green. HEX triplet: 1D, 94 and 0E. RGB value is (29,148,14). Sum of RGB (Red+Green+Blue) = 29+148+14=191 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.18% from 191); Green value is 148 (58.20% from 255 or 77.49% from 191); Blue value is 14 (5.86% from 255 or 7.33% from 191); Max value from RGB is 148 - color contains mainly: green. Hex color #1D940E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D940E is #E26BF1. Grayscale: #616161. Windows color (decimal): -14838770 or 955421. OLE color: 955421.

HSL color Cylindrical-coordinate representation of color #1D940E: hue angle of 113.28º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1D940E is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 29 148 14 -
CMYK 0.80 0 0.91 0.42
HSL 113.28º 0.83% 0.32% -
HSV(B) 113.28º 0.91% 0.58% -
XYZ 11.18 21.47 3.97 -
YUV 97.14 81.08 79.4 -
System Red Green Blue C M Y K H S L
Decimal 29 148 14 0.80 0 0.91 0.42 113.28 0.83 0.32
Hex 1D 94 E 50 0 5B 2A 71 53 20
Octal 35 224 16 120 0 133 52 161 123 40
Binary 11101 10010100 1110 1010000 0 1011011 101010 1110001 1010011 100000

Color Harmonies of #1D940E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D940E

Black with #1D940E

Text Example


Text Example

White with #1D940E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,148,14); }

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

background-color css

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

 a { background-color: rgb(29,148,14); }

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

border-color css

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

 span { border-color: rgb(29,148,14); }

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