Html Css Color HEX #1D920B Forest Green

📋 copy color: '#1D920B'

red 29 ◦ green 146 ◦ blue 11

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

Shades of Forest Green #1D920B

Tints of Forest Green #1D920B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 78.49%

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

R = 15.59%
G = 78.49%
B = 5.91%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.92

 K value IS 0.43

RGB Variations

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

Color information

#1D920B (or 0x1D920B) is known color: Forest Green. HEX triplet: 1D, 92 and 0B. RGB value is (29,146,11). Sum of RGB (Red+Green+Blue) = 29+146+11=186 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.59% from 186); Green value is 146 (57.42% from 255 or 78.49% from 186); Blue value is 11 (4.69% from 255 or 5.91% from 186); Max value from RGB is 146 - color contains mainly: green. Hex color #1D920B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D920B is #E26DF4. Grayscale: #606060. Windows color (decimal): -14839285 or 758301. OLE color: 758301.

HSL color Cylindrical-coordinate representation of color #1D920B: hue angle of 112º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1D920B is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB 29 146 11 -
CMYK 0.80 0 0.92 0.43
HSL 112º 0.86% 0.31% -
HSV(B) 112º 0.92% 0.57% -
XYZ 10.85 20.84 3.77 -
YUV 95.63 80.24 80.48 -
System Red Green Blue C M Y K H S L
Decimal 29 146 11 0.80 0 0.92 0.43 112 0.86 0.31
Hex 1D 92 B 50 0 5C 2B 70 56 1F
Octal 35 222 13 120 0 134 53 160 126 37
Binary 11101 10010010 1011 1010000 0 1011100 101011 1110000 1010110 11111

Color Harmonies of #1D920B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D920B

Black with #1D920B

Text Example


Text Example

White with #1D920B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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