Html Css Color HEX #12842F Forest Green

📋 copy color: '#12842F'

red 18 ◦ green 132 ◦ blue 47

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

Shades of Forest Green #12842F

Tints of Forest Green #12842F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 23.86%

R = 9.14%
G = 67.01%
B = 23.86%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#12842F (or 0x12842F) is known color: Forest Green. HEX triplet: 12, 84 and 2F. RGB value is (18,132,47). Sum of RGB (Red+Green+Blue) = 18+132+47=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 132 (51.95% from 255 or 67.01% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 132 - color contains mainly: green. Hex color #12842F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12842F is #ED7BD0. Grayscale: #585858. Windows color (decimal): -15563729 or 3114002. OLE color: 3114002.

HSL color Cylindrical-coordinate representation of color #12842F: hue angle of 135.26º 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 #12842F is Cyan = 0.86, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 132 47 -
CMYK 0.86 0 0.64 0.48
HSL 135.26º 0.76% 0.29% -
HSV(B) 135.26º 0.86% 0.52% -
XYZ 9.01 16.84 5.46 -
YUV 88.22 104.73 77.91 -
System Red Green Blue C M Y K H S L
Decimal 18 132 47 0.86 0 0.64 0.48 135.26 0.76 0.29
Hex 12 84 2F 56 0 40 30 87 4C 1D
Octal 22 204 57 126 0 100 60 207 114 35
Binary 10010 10000100 101111 1010110 0 1000000 110000 10000111 1001100 11101

Color Harmonies of #12842F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12842F

Black with #12842F

Text Example


Text Example

White with #12842F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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