Html Css Color HEX #12841D Forest Green

📋 copy color: '#12841D'

red 18 ◦ green 132 ◦ blue 29

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

Shades of Forest Green #12841D

Tints of Forest Green #12841D

RGB

 RED value IS 18 (7.42% from 255) = 10.06%

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

 BLUE value IS 29 (11.72% from 255) = 16.2%

R = 10.06%
G = 73.74%
B = 16.2%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#12841D (or 0x12841D) is known color: Forest Green. HEX triplet: 12, 84 and 1D. RGB value is (18,132,29). Sum of RGB (Red+Green+Blue) = 18+132+29=179 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.06% from 179); Green value is 132 (51.95% from 255 or 73.74% from 179); Blue value is 29 (11.72% from 255 or 16.20% from 179); Max value from RGB is 132 - color contains mainly: green. Hex color #12841D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12841D is #ED7BE2. Grayscale: #565656. Windows color (decimal): -15563747 or 1934354. OLE color: 1934354.

HSL color Cylindrical-coordinate representation of color #12841D: hue angle of 125.79º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12841D is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 132 29 -
CMYK 0.86 0 0.78 0.48
HSL 125.79º 0.76% 0.29% -
HSV(B) 125.79º 0.86% 0.52% -
XYZ 8.72 16.72 3.93 -
YUV 86.17 95.73 79.38 -
System Red Green Blue C M Y K H S L
Decimal 18 132 29 0.86 0 0.78 0.48 125.79 0.76 0.29
Hex 12 84 1D 56 0 4E 30 7E 4C 1D
Octal 22 204 35 126 0 116 60 176 114 35
Binary 10010 10000100 11101 1010110 0 1001110 110000 1111110 1001100 11101

Color Harmonies of #12841D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12841D

Black with #12841D

Text Example


Text Example

White with #12841D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12841D; }

 p { color: rgb(18,132,29); }

 H1.HeaderClassName
 {
   color: #12841D;
 }
 .AnyTagClassName
 {
   color: #12841D;
 }
</style>

background-color css

<style>
 a { background-color: #12841D; }

 a { background-color: rgb(18,132,29); }

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

border-color css

<style>
 span { border-color: #12841D; }

 span { border-color: rgb(18,132,29); }

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