Html Css Color HEX #12942A Forest Green

📋 copy color: '#12942A'

red 18 ◦ green 148 ◦ blue 42

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

Shades of Forest Green #12942A

Tints of Forest Green #12942A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 71.15%

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

R = 8.65%
G = 71.15%
B = 20.19%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#12942A (or 0x12942A) is known color: Forest Green. HEX triplet: 12, 94 and 2A. RGB value is (18,148,42). Sum of RGB (Red+Green+Blue) = 18+148+42=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 148 (58.20% from 255 or 71.15% from 208); Blue value is 42 (16.80% from 255 or 20.19% from 208); Max value from RGB is 148 - color contains mainly: green. Hex color #12942A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12942A is #ED6BD5. Grayscale: #616161. Windows color (decimal): -15559638 or 2790418. OLE color: 2790418.

HSL color Cylindrical-coordinate representation of color #12942A: hue angle of 131.08º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12942A is Cyan = 0.88, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 148 42 -
CMYK 0.88 0 0.72 0.42
HSL 131.08º 0.78% 0.33% -
HSV(B) 131.08º 0.88% 0.58% -
XYZ 11.26 21.48 5.74 -
YUV 97.05 96.93 71.62 -
System Red Green Blue C M Y K H S L
Decimal 18 148 42 0.88 0 0.72 0.42 131.08 0.78 0.33
Hex 12 94 2A 58 0 48 2A 83 4E 21
Octal 22 224 52 130 0 110 52 203 116 41
Binary 10010 10010100 101010 1011000 0 1001000 101010 10000011 1001110 100001

Color Harmonies of #12942A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12942A

Black with #12942A

Text Example


Text Example

White with #12942A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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