Html Css Color HEX #1D950F Forest Green

📋 copy color: '#1D950F'

red 29 ◦ green 149 ◦ blue 15

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

Shades of Forest Green #1D950F

Tints of Forest Green #1D950F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.77%

R = 15.03%
G = 77.2%
B = 7.77%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#1D950F (or 0x1D950F) is known color: Forest Green. HEX triplet: 1D, 95 and 0F. RGB value is (29,149,15). Sum of RGB (Red+Green+Blue) = 29+149+15=193 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.03% from 193); Green value is 149 (58.59% from 255 or 77.20% from 193); Blue value is 15 (6.25% from 255 or 7.77% from 193); Max value from RGB is 149 - color contains mainly: green. Hex color #1D950F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D950F is #E26AF0. Grayscale: #626262. Windows color (decimal): -14838513 or 1021213. OLE color: 1021213.

HSL color Cylindrical-coordinate representation of color #1D950F: hue angle of 113.73º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1D950F is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 29 149 15 -
CMYK 0.81 0 0.90 0.42
HSL 113.73º 0.82% 0.32% -
HSV(B) 113.73º 0.9% 0.58% -
XYZ 11.34 21.79 4.06 -
YUV 97.84 81.24 78.9 -
System Red Green Blue C M Y K H S L
Decimal 29 149 15 0.81 0 0.90 0.42 113.73 0.82 0.32
Hex 1D 95 F 51 0 5A 2A 72 52 20
Octal 35 225 17 121 0 132 52 162 122 40
Binary 11101 10010101 1111 1010001 0 1011010 101010 1110010 1010010 100000

Color Harmonies of #1D950F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D950F

Black with #1D950F

Text Example


Text Example

White with #1D950F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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