Html Css Color HEX #12842A Forest Green

📋 copy color: '#12842A'

red 18 ◦ green 132 ◦ blue 42

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

Shades of Forest Green #12842A

Tints of Forest Green #12842A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 68.75%

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

R = 9.38%
G = 68.75%
B = 21.88%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#12842A (or 0x12842A) is known color: Forest Green. HEX triplet: 12, 84 and 2A. RGB value is (18,132,42). Sum of RGB (Red+Green+Blue) = 18+132+42=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 132 (51.95% from 255 or 68.75% from 192); Blue value is 42 (16.80% from 255 or 21.88% from 192); Max value from RGB is 132 - color contains mainly: green. Hex color #12842A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12842A is #ED7BD5. Grayscale: #575757. Windows color (decimal): -15563734 or 2786322. OLE color: 2786322.

HSL color Cylindrical-coordinate representation of color #12842A: hue angle of 132.63º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12842A is Cyan = 0.86, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 132 42 -
CMYK 0.86 0 0.68 0.48
HSL 132.63º 0.76% 0.29% -
HSV(B) 132.63º 0.86% 0.52% -
XYZ 8.92 16.8 4.96 -
YUV 87.65 102.23 78.32 -
System Red Green Blue C M Y K H S L
Decimal 18 132 42 0.86 0 0.68 0.48 132.63 0.76 0.29
Hex 12 84 2A 56 0 44 30 85 4C 1D
Octal 22 204 52 126 0 104 60 205 114 35
Binary 10010 10000100 101010 1010110 0 1000100 110000 10000101 1001100 11101

Color Harmonies of #12842A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12842A

Black with #12842A

Text Example


Text Example

White with #12842A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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