Html Css Color HEX #1D830A Forest Green

📋 copy color: '#1D830A'

red 29 ◦ green 131 ◦ blue 10

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

Shades of Forest Green #1D830A

Tints of Forest Green #1D830A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 77.06%

 BLUE value IS 10 (4.3% from 255) = 5.88%

R = 17.06%
G = 77.06%
B = 5.88%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#1D830A (or 0x1D830A) is known color: Forest Green. HEX triplet: 1D, 83 and 0A. RGB value is (29,131,10). Sum of RGB (Red+Green+Blue) = 29+131+10=170 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.06% from 170); Green value is 131 (51.56% from 255 or 77.06% from 170); Blue value is 10 (4.30% from 255 or 5.88% from 170); Max value from RGB is 131 - color contains mainly: green. Hex color #1D830A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D830A is #E27CF5. Grayscale: #575757. Windows color (decimal): -14843126 or 688925. OLE color: 688925.

HSL color Cylindrical-coordinate representation of color #1D830A: hue angle of 110.58º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1D830A is Cyan = 0.78, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 29 131 10 -
CMYK 0.78 0 0.92 0.49
HSL 110.58º 0.86% 0.28% -
HSV(B) 110.58º 0.92% 0.51% -
XYZ 8.68 16.52 3.02 -
YUV 86.71 84.71 86.84 -
System Red Green Blue C M Y K H S L
Decimal 29 131 10 0.78 0 0.92 0.49 110.58 0.86 0.28
Hex 1D 83 A 4E 0 5C 31 6F 56 1C
Octal 35 203 12 116 0 134 61 157 126 34
Binary 11101 10000011 1010 1001110 0 1011100 110001 1101111 1010110 11100

Color Harmonies of #1D830A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D830A

Black with #1D830A

Text Example


Text Example

White with #1D830A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,131,10); }

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

background-color css

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

 a { background-color: rgb(29,131,10); }

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

border-color css

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

 span { border-color: rgb(29,131,10); }

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