Html Css Color HEX #12942E Forest Green

📋 copy color: '#12942E'

red 18 ◦ green 148 ◦ blue 46

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

Shades of Forest Green #12942E

Tints of Forest Green #12942E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 21.7%

R = 8.49%
G = 69.81%
B = 21.7%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#12942E (or 0x12942E) is known color: Forest Green. HEX triplet: 12, 94 and 2E. RGB value is (18,148,46). Sum of RGB (Red+Green+Blue) = 18+148+46=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 148 (58.20% from 255 or 69.81% from 212); Blue value is 46 (18.36% from 255 or 21.70% from 212); Max value from RGB is 148 - color contains mainly: green. Hex color #12942E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12942E is #ED6BD1. Grayscale: #616161. Windows color (decimal): -15559634 or 3052562. OLE color: 3052562.

HSL color Cylindrical-coordinate representation of color #12942E: hue angle of 132.92º 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 #12942E is Cyan = 0.88, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 148 46 -
CMYK 0.88 0 0.69 0.42
HSL 132.92º 0.78% 0.33% -
HSV(B) 132.92º 0.88% 0.58% -
XYZ 11.33 21.51 6.14 -
YUV 97.5 98.93 71.29 -
System Red Green Blue C M Y K H S L
Decimal 18 148 46 0.88 0 0.69 0.42 132.92 0.78 0.33
Hex 12 94 2E 58 0 45 2A 85 4E 21
Octal 22 224 56 130 0 105 52 205 116 41
Binary 10010 10010100 101110 1011000 0 1000101 101010 10000101 1001110 100001

Color Harmonies of #12942E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12942E

Black with #12942E

Text Example


Text Example

White with #12942E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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