Html Css Color HEX #12832E Forest Green

📋 copy color: '#12832E'

red 18 ◦ green 131 ◦ blue 46

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

Shades of Forest Green #12832E

Tints of Forest Green #12832E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 67.18%

 BLUE value IS 46 (18.36% from 255) = 23.59%

R = 9.23%
G = 67.18%
B = 23.59%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#12832E (or 0x12832E) is known color: Forest Green. HEX triplet: 12, 83 and 2E. RGB value is (18,131,46). Sum of RGB (Red+Green+Blue) = 18+131+46=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 131 (51.56% from 255 or 67.18% from 195); Blue value is 46 (18.36% from 255 or 23.59% from 195); Max value from RGB is 131 - color contains mainly: green. Hex color #12832E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12832E is #ED7CD1. Grayscale: #575757. Windows color (decimal): -15563986 or 3048210. OLE color: 3048210.

HSL color Cylindrical-coordinate representation of color #12832E: hue angle of 134.87º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12832E is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 131 46 -
CMYK 0.86 0 0.65 0.49
HSL 134.87º 0.76% 0.29% -
HSV(B) 134.87º 0.86% 0.51% -
XYZ 8.86 16.56 5.31 -
YUV 87.52 104.56 78.41 -
System Red Green Blue C M Y K H S L
Decimal 18 131 46 0.86 0 0.65 0.49 134.87 0.76 0.29
Hex 12 83 2E 56 0 41 31 87 4C 1D
Octal 22 203 56 126 0 101 61 207 114 35
Binary 10010 10000011 101110 1010110 0 1000001 110001 10000111 1001100 11101

Color Harmonies of #12832E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12832E

Black with #12832E

Text Example


Text Example

White with #12832E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12832E; }

 p { color: rgb(18,131,46); }

 H1.HeaderClassName
 {
   color: #12832E;
 }
 .AnyTagClassName
 {
   color: #12832E;
 }
</style>

background-color css

<style>
 a { background-color: #12832E; }

 a { background-color: rgb(18,131,46); }

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

border-color css

<style>
 span { border-color: #12832E; }

 span { border-color: rgb(18,131,46); }

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