Html Css Color HEX #12841F Forest Green

📋 copy color: '#12841F'

red 18 ◦ green 132 ◦ blue 31

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

Shades of Forest Green #12841F

Tints of Forest Green #12841F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 17.13%

R = 9.94%
G = 72.93%
B = 17.13%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#12841F (or 0x12841F) is known color: Forest Green. HEX triplet: 12, 84 and 1F. RGB value is (18,132,31). Sum of RGB (Red+Green+Blue) = 18+132+31=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 132 (51.95% from 255 or 72.93% from 181); Blue value is 31 (12.5% from 255 or 17.13% from 181); Max value from RGB is 132 - color contains mainly: green. Hex color #12841F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12841F is #ED7BE0. Grayscale: #565656. Windows color (decimal): -15563745 or 2065426. OLE color: 2065426.

HSL color Cylindrical-coordinate representation of color #12841F: hue angle of 126.84º 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 #12841F is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 132 31 -
CMYK 0.86 0 0.77 0.48
HSL 126.84º 0.76% 0.29% -
HSV(B) 126.84º 0.86% 0.52% -
XYZ 8.75 16.73 4.06 -
YUV 86.4 96.73 79.21 -
System Red Green Blue C M Y K H S L
Decimal 18 132 31 0.86 0 0.77 0.48 126.84 0.76 0.29
Hex 12 84 1F 56 0 4D 30 7F 4C 1D
Octal 22 204 37 126 0 115 60 177 114 35
Binary 10010 10000100 11111 1010110 0 1001101 110000 1111111 1001100 11101

Color Harmonies of #12841F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12841F

Black with #12841F

Text Example


Text Example

White with #12841F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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