Html Css Color HEX #1D690F Forest Green

📋 copy color: '#1D690F'

red 29 ◦ green 105 ◦ blue 15

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

Shades of Forest Green #1D690F

Tints of Forest Green #1D690F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 70.47%

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

R = 19.46%
G = 70.47%
B = 10.07%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.86

 K value IS 0.59

RGB Variations

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

Color information

#1D690F (or 0x1D690F) is known color: Forest Green. HEX triplet: 1D, 69 and 0F. RGB value is (29,105,15). Sum of RGB (Red+Green+Blue) = 29+105+15=149 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.46% from 149); Green value is 105 (41.41% from 255 or 70.47% from 149); Blue value is 15 (6.25% from 255 or 10.07% from 149); Max value from RGB is 105 - color contains mainly: green. Hex color #1D690F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D690F is #E296F0. Grayscale: #484848. Windows color (decimal): -14849777 or 1009949. OLE color: 1009949.

HSL color Cylindrical-coordinate representation of color #1D690F: hue angle of 110.67º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D690F is Cyan = 0.72, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB 29 105 15 -
CMYK 0.72 0 0.86 0.59
HSL 110.67º 0.75% 0.24% -
HSV(B) 110.67º 0.86% 0.41% -
XYZ 5.64 10.4 2.16 -
YUV 72.02 95.82 97.32 -
System Red Green Blue C M Y K H S L
Decimal 29 105 15 0.72 0 0.86 0.59 110.67 0.75 0.24
Hex 1D 69 F 48 0 56 3B 6F 4B 18
Octal 35 151 17 110 0 126 73 157 113 30
Binary 11101 1101001 1111 1001000 0 1010110 111011 1101111 1001011 11000

Color Harmonies of #1D690F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D690F

Black with #1D690F

Text Example


Text Example

White with #1D690F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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