Html Css Color HEX #12992C Forest Green

📋 copy color: '#12992C'

red 18 ◦ green 153 ◦ blue 44

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

Shades of Forest Green #12992C

Tints of Forest Green #12992C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 71.16%

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

R = 8.37%
G = 71.16%
B = 20.47%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.71

 K value IS 0.4

RGB Variations

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

Color information

#12992C (or 0x12992C) is known color: Forest Green. HEX triplet: 12, 99 and 2C. RGB value is (18,153,44). Sum of RGB (Red+Green+Blue) = 18+153+44=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 153 (60.16% from 255 or 71.16% from 215); Blue value is 44 (17.58% from 255 or 20.47% from 215); Max value from RGB is 153 - color contains mainly: green. Hex color #12992C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12992C is #ED66D3. Grayscale: #646464. Windows color (decimal): -15558356 or 2922770. OLE color: 2922770.

HSL color Cylindrical-coordinate representation of color #12992C: hue angle of 131.56º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12992C is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.4.

Color convert

RGB 18 153 44 -
CMYK 0.88 0 0.71 0.4
HSL 131.56º 0.79% 0.34% -
HSV(B) 131.56º 0.88% 0.6% -
XYZ 12.1 23.09 6.2 -
YUV 100.21 96.27 69.36 -
System Red Green Blue C M Y K H S L
Decimal 18 153 44 0.88 0 0.71 0.4 131.56 0.79 0.34
Hex 12 99 2C 58 0 47 28 84 4F 22
Octal 22 231 54 130 0 107 50 204 117 42
Binary 10010 10011001 101100 1011000 0 1000111 101000 10000100 1001111 100010

Color Harmonies of #12992C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12992C

Black with #12992C

Text Example


Text Example

White with #12992C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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