Html Css Color HEX #12832D Forest Green

📋 copy color: '#12832D'

red 18 ◦ green 131 ◦ blue 45

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

Shades of Forest Green #12832D

Tints of Forest Green #12832D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 23.2%

R = 9.28%
G = 67.53%
B = 23.2%

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

#12832D (or 0x12832D) is known color: Forest Green. HEX triplet: 12, 83 and 2D. RGB value is (18,131,45). Sum of RGB (Red+Green+Blue) = 18+131+45=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 131 (51.56% from 255 or 67.53% from 194); Blue value is 45 (17.97% from 255 or 23.20% from 194); Max value from RGB is 131 - color contains mainly: green. Hex color #12832D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12832D is #ED7CD2. Grayscale: #575757. Windows color (decimal): -15563987 or 2982674. OLE color: 2982674.

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

Color convert

RGB 18 131 45 -
CMYK 0.86 0 0.66 0.49
HSL 134.34º 0.76% 0.29% -
HSV(B) 134.34º 0.86% 0.51% -
XYZ 8.84 16.55 5.21 -
YUV 87.41 104.06 78.49 -
System Red Green Blue C M Y K H S L
Decimal 18 131 45 0.86 0 0.66 0.49 134.34 0.76 0.29
Hex 12 83 2D 56 0 42 31 86 4C 1D
Octal 22 203 55 126 0 102 61 206 114 35
Binary 10010 10000011 101101 1010110 0 1000010 110001 10000110 1001100 11101

Color Harmonies of #12832D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12832D

Black with #12832D

Text Example


Text Example

White with #12832D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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