Html Css Color HEX #12842B Forest Green

📋 copy color: '#12842B'

red 18 ◦ green 132 ◦ blue 43

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

Shades of Forest Green #12842B

Tints of Forest Green #12842B

RGB

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

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

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

R = 9.33%
G = 68.39%
B = 22.28%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#12842B (or 0x12842B) is known color: Forest Green. HEX triplet: 12, 84 and 2B. RGB value is (18,132,43). Sum of RGB (Red+Green+Blue) = 18+132+43=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 132 (51.95% from 255 or 68.39% from 193); Blue value is 43 (17.19% from 255 or 22.28% from 193); Max value from RGB is 132 - color contains mainly: green. Hex color #12842B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12842B is #ED7BD4. Grayscale: #585858. Windows color (decimal): -15563733 or 2851858. OLE color: 2851858.

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

Color convert

RGB 18 132 43 -
CMYK 0.86 0 0.67 0.48
HSL 133.16º 0.76% 0.29% -
HSV(B) 133.16º 0.86% 0.52% -
XYZ 8.94 16.81 5.06 -
YUV 87.77 102.73 78.24 -
System Red Green Blue C M Y K H S L
Decimal 18 132 43 0.86 0 0.67 0.48 133.16 0.76 0.29
Hex 12 84 2B 56 0 43 30 85 4C 1D
Octal 22 204 53 126 0 103 60 205 114 35
Binary 10010 10000100 101011 1010110 0 1000011 110000 10000101 1001100 11101

Color Harmonies of #12842B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12842B

Black with #12842B

Text Example


Text Example

White with #12842B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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