Html Css Color HEX #1C840D Forest Green

📋 copy color: '#1C840D'

red 28 ◦ green 132 ◦ blue 13

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

Shades of Forest Green #1C840D

Tints of Forest Green #1C840D

RGB

 RED value IS 28 (11.33% from 255) = 16.18%

 GREEN value IS 132 (51.95% from 255) = 76.3%

 BLUE value IS 13 (5.47% from 255) = 7.51%

R = 16.18%
G = 76.3%
B = 7.51%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#1C840D (or 0x1C840D) is known color: Forest Green. HEX triplet: 1C, 84 and 0D. RGB value is (28,132,13). Sum of RGB (Red+Green+Blue) = 28+132+13=173 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.18% from 173); Green value is 132 (51.95% from 255 or 76.30% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 132 - color contains mainly: green. Hex color #1C840D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1C840D is #E37BF2. Grayscale: #575757. Windows color (decimal): -14908403 or 885788. OLE color: 885788.

HSL color Cylindrical-coordinate representation of color #1C840D: hue angle of 112.44º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1C840D is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 28 132 13 -
CMYK 0.79 0 0.90 0.48
HSL 112.44º 0.82% 0.28% -
HSV(B) 112.44º 0.9% 0.52% -
XYZ 8.8 16.78 3.16 -
YUV 87.34 86.04 85.68 -
System Red Green Blue C M Y K H S L
Decimal 28 132 13 0.79 0 0.90 0.48 112.44 0.82 0.28
Hex 1C 84 D 4F 0 5A 30 70 52 1C
Octal 34 204 15 117 0 132 60 160 122 34
Binary 11100 10000100 1101 1001111 0 1011010 110000 1110000 1010010 11100

Color Harmonies of #1C840D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C840D

Black with #1C840D

Text Example


Text Example

White with #1C840D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,132,13); }

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

background-color css

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

 a { background-color: rgb(28,132,13); }

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

border-color css

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

 span { border-color: rgb(28,132,13); }

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