Html Css Color HEX #1D950D Forest Green

📋 copy color: '#1D950D'

red 29 ◦ green 149 ◦ blue 13

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

Shades of Forest Green #1D950D

Tints of Forest Green #1D950D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 78.01%

 BLUE value IS 13 (5.47% from 255) = 6.81%

R = 15.18%
G = 78.01%
B = 6.81%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#1D950D (or 0x1D950D) is known color: Forest Green. HEX triplet: 1D, 95 and 0D. RGB value is (29,149,13). Sum of RGB (Red+Green+Blue) = 29+149+13=191 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.18% from 191); Green value is 149 (58.59% from 255 or 78.01% from 191); Blue value is 13 (5.47% from 255 or 6.81% from 191); Max value from RGB is 149 - color contains mainly: green. Hex color #1D950D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D950D is #E26AF2. Grayscale: #626262. Windows color (decimal): -14838515 or 890141. OLE color: 890141.

HSL color Cylindrical-coordinate representation of color #1D950D: hue angle of 112.94º degrees, saturation: 0.84, 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 #1D950D is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 29 149 13 -
CMYK 0.81 0 0.91 0.42
HSL 112.94º 0.84% 0.32% -
HSV(B) 112.94º 0.91% 0.58% -
XYZ 11.33 21.79 3.99 -
YUV 97.62 80.24 79.06 -
System Red Green Blue C M Y K H S L
Decimal 29 149 13 0.81 0 0.91 0.42 112.94 0.84 0.32
Hex 1D 95 D 51 0 5B 2A 71 54 20
Octal 35 225 15 121 0 133 52 161 124 40
Binary 11101 10010101 1101 1010001 0 1011011 101010 1110001 1010100 100000

Color Harmonies of #1D950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D950D

Black with #1D950D

Text Example


Text Example

White with #1D950D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,149,13); }

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

background-color css

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

 a { background-color: rgb(29,149,13); }

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

border-color css

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

 span { border-color: rgb(29,149,13); }

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