Html Css Color HEX #12942C Forest Green

📋 copy color: '#12942C'

red 18 ◦ green 148 ◦ blue 44

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

Shades of Forest Green #12942C

Tints of Forest Green #12942C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 20.95%

R = 8.57%
G = 70.48%
B = 20.95%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#12942C (or 0x12942C) is known color: Forest Green. HEX triplet: 12, 94 and 2C. RGB value is (18,148,44). Sum of RGB (Red+Green+Blue) = 18+148+44=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 148 (58.20% from 255 or 70.48% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 148 - color contains mainly: green. Hex color #12942C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12942C is #ED6BD3. Grayscale: #616161. Windows color (decimal): -15559636 or 2921490. OLE color: 2921490.

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

Color convert

RGB 18 148 44 -
CMYK 0.88 0 0.70 0.42
HSL 132º 0.78% 0.33% -
HSV(B) 132º 0.88% 0.58% -
XYZ 11.29 21.49 5.94 -
YUV 97.27 97.93 71.46 -
System Red Green Blue C M Y K H S L
Decimal 18 148 44 0.88 0 0.70 0.42 132 0.78 0.33
Hex 12 94 2C 58 0 46 2A 84 4E 21
Octal 22 224 54 130 0 106 52 204 116 41
Binary 10010 10010100 101100 1011000 0 1000110 101010 10000100 1001110 100001

Color Harmonies of #12942C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12942C

Black with #12942C

Text Example


Text Example

White with #12942C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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