Html Css Color HEX #1D850B Forest Green

📋 copy color: '#1D850B'

red 29 ◦ green 133 ◦ blue 11

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

Shades of Forest Green #1D850B

Tints of Forest Green #1D850B

RGB

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

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

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

R = 16.76%
G = 76.88%
B = 6.36%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#1D850B (or 0x1D850B) is known color: Forest Green. HEX triplet: 1D, 85 and 0B. RGB value is (29,133,11). Sum of RGB (Red+Green+Blue) = 29+133+11=173 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.76% from 173); Green value is 133 (52.34% from 255 or 76.88% from 173); Blue value is 11 (4.69% from 255 or 6.36% from 173); Max value from RGB is 133 - color contains mainly: green. Hex color #1D850B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D850B is #E27AF4. Grayscale: #585858. Windows color (decimal): -14842613 or 754973. OLE color: 754973.

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

Color convert

RGB 29 133 11 -
CMYK 0.78 0 0.92 0.48
HSL 111.15º 0.85% 0.28% -
HSV(B) 111.15º 0.92% 0.52% -
XYZ 8.95 17.06 3.14 -
YUV 88 84.54 85.92 -
System Red Green Blue C M Y K H S L
Decimal 29 133 11 0.78 0 0.92 0.48 111.15 0.85 0.28
Hex 1D 85 B 4E 0 5C 30 6F 55 1C
Octal 35 205 13 116 0 134 60 157 125 34
Binary 11101 10000101 1011 1001110 0 1011100 110000 1101111 1010101 11100

Color Harmonies of #1D850B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D850B

Black with #1D850B

Text Example


Text Example

White with #1D850B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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