Html Css Color HEX #1D950B Forest Green

📋 copy color: '#1D950B'

red 29 ◦ green 149 ◦ blue 11

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

Shades of Forest Green #1D950B

Tints of Forest Green #1D950B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.82%

R = 15.34%
G = 78.84%
B = 5.82%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#1D950B (or 0x1D950B) is known color: Forest Green. HEX triplet: 1D, 95 and 0B. RGB value is (29,149,11). Sum of RGB (Red+Green+Blue) = 29+149+11=189 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.34% from 189); Green value is 149 (58.59% from 255 or 78.84% from 189); Blue value is 11 (4.69% from 255 or 5.82% from 189); Max value from RGB is 149 - color contains mainly: green. Hex color #1D950B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D950B is #E26AF4. Grayscale: #616161. Windows color (decimal): -14838517 or 759069. OLE color: 759069.

HSL color Cylindrical-coordinate representation of color #1D950B: hue angle of 112.17º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D950B is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 29 149 11 -
CMYK 0.81 0 0.93 0.42
HSL 112.17º 0.86% 0.31% -
HSV(B) 112.17º 0.93% 0.58% -
XYZ 11.31 21.78 3.92 -
YUV 97.39 79.24 79.22 -
System Red Green Blue C M Y K H S L
Decimal 29 149 11 0.81 0 0.93 0.42 112.17 0.86 0.31
Hex 1D 95 B 51 0 5D 2A 70 56 1F
Octal 35 225 13 121 0 135 52 160 126 37
Binary 11101 10010101 1011 1010001 0 1011101 101010 1110000 1010110 11111

Color Harmonies of #1D950B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D950B

Black with #1D950B

Text Example


Text Example

White with #1D950B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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