Html Css Color HEX #12832B Forest Green

📋 copy color: '#12832B'

red 18 ◦ green 131 ◦ blue 43

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

Shades of Forest Green #12832B

Tints of Forest Green #12832B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 22.4%

R = 9.38%
G = 68.23%
B = 22.4%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#12832B (or 0x12832B) is known color: Forest Green. HEX triplet: 12, 83 and 2B. RGB value is (18,131,43). Sum of RGB (Red+Green+Blue) = 18+131+43=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 131 (51.56% from 255 or 68.23% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 131 - color contains mainly: green. Hex color #12832B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12832B is #ED7CD4. Grayscale: #575757. Windows color (decimal): -15563989 or 2851602. OLE color: 2851602.

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

Color convert

RGB 18 131 43 -
CMYK 0.86 0 0.67 0.49
HSL 133.27º 0.76% 0.29% -
HSV(B) 133.27º 0.86% 0.51% -
XYZ 8.8 16.54 5.01 -
YUV 87.18 103.06 78.66 -
System Red Green Blue C M Y K H S L
Decimal 18 131 43 0.86 0 0.67 0.49 133.27 0.76 0.29
Hex 12 83 2B 56 0 43 31 85 4C 1D
Octal 22 203 53 126 0 103 61 205 114 35
Binary 10010 10000011 101011 1010110 0 1000011 110001 10000101 1001100 11101

Color Harmonies of #12832B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12832B

Black with #12832B

Text Example


Text Example

White with #12832B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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