Html Css Color HEX #12832C Forest Green

📋 copy color: '#12832C'

red 18 ◦ green 131 ◦ blue 44

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

Shades of Forest Green #12832C

Tints of Forest Green #12832C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 22.8%

R = 9.33%
G = 67.88%
B = 22.8%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#12832C (or 0x12832C) is known color: Forest Green. HEX triplet: 12, 83 and 2C. RGB value is (18,131,44). Sum of RGB (Red+Green+Blue) = 18+131+44=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 131 (51.56% from 255 or 67.88% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 131 - color contains mainly: green. Hex color #12832C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12832C is #ED7CD3. Grayscale: #575757. Windows color (decimal): -15563988 or 2917138. OLE color: 2917138.

HSL color Cylindrical-coordinate representation of color #12832C: hue angle of 133.81º 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 #12832C is Cyan = 0.86, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 131 44 -
CMYK 0.86 0 0.66 0.49
HSL 133.81º 0.76% 0.29% -
HSV(B) 133.81º 0.86% 0.51% -
XYZ 8.82 16.54 5.11 -
YUV 87.3 103.56 78.57 -
System Red Green Blue C M Y K H S L
Decimal 18 131 44 0.86 0 0.66 0.49 133.81 0.76 0.29
Hex 12 83 2C 56 0 42 31 86 4C 1D
Octal 22 203 54 126 0 102 61 206 114 35
Binary 10010 10000011 101100 1010110 0 1000010 110001 10000110 1001100 11101

Color Harmonies of #12832C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12832C

Black with #12832C

Text Example


Text Example

White with #12832C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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