Html Css Color HEX #1D851C Forest Green

📋 copy color: '#1D851C'

red 29 ◦ green 133 ◦ blue 28

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

Shades of Forest Green #1D851C

Tints of Forest Green #1D851C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 70%

 BLUE value IS 28 (11.33% from 255) = 14.74%

R = 15.26%
G = 70%
B = 14.74%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#1D851C (or 0x1D851C) is known color: Forest Green. HEX triplet: 1D, 85 and 1C. RGB value is (29,133,28). Sum of RGB (Red+Green+Blue) = 29+133+28=190 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.26% from 190); Green value is 133 (52.34% from 255 or 70% from 190); Blue value is 28 (11.33% from 255 or 14.74% from 190); Max value from RGB is 133 - color contains mainly: green. Hex color #1D851C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D851C is #E27AE3. Grayscale: #5A5A5A. Windows color (decimal): -14842596 or 1869085. OLE color: 1869085.

HSL color Cylindrical-coordinate representation of color #1D851C: hue angle of 119.43º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D851C is Cyan = 0.78, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB 29 133 28 -
CMYK 0.78 0 0.79 0.48
HSL 119.43º 0.65% 0.32% -
HSV(B) 119.43º 0.79% 0.52% -
XYZ 9.1 17.12 3.92 -
YUV 89.93 93.04 84.54 -
System Red Green Blue C M Y K H S L
Decimal 29 133 28 0.78 0 0.79 0.48 119.43 0.65 0.32
Hex 1D 85 1C 4E 0 4F 30 77 41 20
Octal 35 205 34 116 0 117 60 167 101 40
Binary 11101 10000101 11100 1001110 0 1001111 110000 1110111 1000001 100000

Color Harmonies of #1D851C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D851C

Black with #1D851C

Text Example


Text Example

White with #1D851C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,133,28); }

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

background-color css

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

 a { background-color: rgb(29,133,28); }

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

border-color css

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

 span { border-color: rgb(29,133,28); }

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