Html Css Color HEX #12832A Forest Green

📋 copy color: '#12832A'

red 18 ◦ green 131 ◦ blue 42

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

Shades of Forest Green #12832A

Tints of Forest Green #12832A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 21.99%

R = 9.42%
G = 68.59%
B = 21.99%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#12832A (or 0x12832A) is known color: Forest Green. HEX triplet: 12, 83 and 2A. RGB value is (18,131,42). Sum of RGB (Red+Green+Blue) = 18+131+42=191 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.42% from 191); Green value is 131 (51.56% from 255 or 68.59% from 191); Blue value is 42 (16.80% from 255 or 21.99% from 191); Max value from RGB is 131 - color contains mainly: green. Hex color #12832A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12832A is #ED7CD5. Grayscale: #575757. Windows color (decimal): -15563990 or 2786066. OLE color: 2786066.

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

Color convert

RGB 18 131 42 -
CMYK 0.86 0 0.68 0.49
HSL 132.74º 0.76% 0.29% -
HSV(B) 132.74º 0.86% 0.51% -
XYZ 8.78 16.53 4.92 -
YUV 87.07 102.56 78.74 -
System Red Green Blue C M Y K H S L
Decimal 18 131 42 0.86 0 0.68 0.49 132.74 0.76 0.29
Hex 12 83 2A 56 0 44 31 85 4C 1D
Octal 22 203 52 126 0 104 61 205 114 35
Binary 10010 10000011 101010 1010110 0 1000100 110001 10000101 1001100 11101

Color Harmonies of #12832A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12832A

Black with #12832A

Text Example


Text Example

White with #12832A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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